Search code examples
Strict aliasing warning, creating uint32_t reference to unsigned char array + offset...


c++c++11g++gcc-warning

Read More
Conversion between pointer to function pointer error...


ccastingtypedefgcc-warning

Read More
Why does use of stdbool.h cause warning when combined with -Wtraditional-conversion...


cgccgcc-warning

Read More
Trying to overcome these 6 g++ errors...


c++g++gcc-warning

Read More
GCC ignores second Wno-error option in buildscript, what is wrong?...


gccbuildgcc-warningbuild-script

Read More
g++ integer to to string assignment without an error/warning...


gccg++gcc-warning

Read More
GCC compile warning: format ‘%i’ expects argument of type ‘int *’, but argument 2 has type ‘enum mon...


cgcc-warning

Read More
How can I analyze make output for compiler warnings?...


gccmakefilecompiler-warningsgcc-warning

Read More
What does "Warning: return makes integer from pointer without a cast" mean in C?...


ccompiler-warningsgcc-warning

Read More
warning: value computed is not used...


c++warningsgcc-warning

Read More
Difference between double ** and double (*)[2] in C...


c++cgccgcc-warning

Read More
Why do I get this warning when I compile with optmizations?...


gccwarningsllvmgcc-warning

Read More
GCC compiler warning: format ‘%c’ expects argument of type ‘char *’, but argument 2 has type ‘int *’...


cgcc-warning

Read More
gcc error with Python C API code - "ISO C++ forbids casting between pointer-to-function and poi...


c++numpygcc-warningpython-c-apigcc4

Read More
Is there a way to get gcc or clang to warn on a missing 'else'?...


c++gccsyntaxclanggcc-warning

Read More
GCC warning [Wuninitialized]...


c++gccgcc-warning

Read More
warning: format %s expects type char * but argument 2 has type int...


csegmentation-faultgcc-warning

Read More
Fixing "comparison is always false ..." warning in GCC...


c++templatesgcc-warning

Read More
GCC warning "incompatible implicit declaration of built-in function ‘printf’" under Mac OS...


xcodemacosgccosx-snow-leopardgcc-warning

Read More
struct initialization fails with GCC 4...


cgcc-warning

Read More
Strange GCC warning on storage class and type...


cgccgcc-warning

Read More
gcc warnings only when there are no errors...


gccgcc-warning

Read More
gcc: error: request for member ‘rlen’ in something not a structure or union...


cpointersgccgcc-warning

Read More
force gcc to compile when stack-overflow is detected...


cgccstackstack-overflowgcc-warning

Read More
-Wall without -Wreturn-type...


cgccgcc-warning

Read More
How can I suppress g++ deprecation warnings in OCaml compilation when linking with C++ libraries?...


c++gccbuildocamlgcc-warning

Read More
how to correctly address -Wcast-qual...


cgccgcc-warning

Read More
GCC warning: ISO C does not permit named variadic macros...


gccgcc-warning

Read More
mingw printf size specification character h...


cmingwprintfgcc-warningformat-specifiers

Read More
How do I fix the following gcc warnings?...


openglgccgcc-warningvertex-buffer

Read More
BackNext