Search code examples
Warnings (or other means) to identify potential unsigned integer overflows...


c++visual-c++g++clang++gcc-warning

Read More
Prevent GCC warning "value computed is not used" for a macro...


cgccgcc-warning

Read More
I got: "expected ';', ',' or ')' before '&' token "in ...


cgcc-warning

Read More
Implicit Declaration of Function ‘strtok_r’ Despite Including <string.h>...


cstringtokenizestrtokgcc-warning

Read More
gcc size_t and sizeof arithmetic conversion to int...


c++implicit-conversiongcc-warning

Read More
How to build function that accepts multidimensional array as parameters, receiving incompatible poin...


cgcc-warning

Read More
error: narrowing conversion of '-1' from 'int' to 'long unsigned int' [-Wnar...


cgccglibcgcc-warning

Read More
g++ Show warnings for uninitialized variables without optimizing out variables...


c++gdbg++gcc-warningcompiler-flags

Read More
How to do an explicit fall-through in C...


cgccc99gcc-warning

Read More
GCC false positive warning on strncpy usage?...


c++cg++gcc-warning

Read More
Incompatible pointer type warning with pointer-to-pointer types when passing char** to void** functi...


cpointersvoid-pointersgcc-warningpointer-to-pointer

Read More
Why "-flto" silent GCC's warning "stringop-truncation"...


c++cgccg++gcc-warning

Read More
How to avoid "null argument where non-null required" compiler warning...


cgcc-warningstrdup

Read More
zsh: too many levels of symbolic links: gcc...


gcczshsymlinkgcc-warningoh-my-zsh

Read More
GCC: How to customising warning and errors generated from compilation...


c++cgccreturn-typegcc-warning

Read More
How to suppress GCC warnings from library headers?...


gccwarningssuppress-warningsgcc-warning

Read More
GCC produces errors on valid stb_image.h...


cgccg++gcc-warningstb-image

Read More
When does -Wmissing-field-initializers triggers warning?...


cgccgcc-warning

Read More
Why does -Wcast-align not warn about cast from char* to int* on x86?...


cmemory-alignmentgcc-warningtypecasting-operator

Read More
GCC -Wuninitialized / -Wmaybe-uninitialized issues...


c++cgcccompiler-optimizationgcc-warning

Read More
Overreaching gcc sanitizer...


cinteger-overflowgcc-warning

Read More
Tell gcc that a function call will not return...


cgccgcc-warningnoreturn

Read More
gcc linking object files with warning/optimization flags...


cgcccompiler-optimizationgcc-warningobject-files

Read More
why do i get this warning with gcc-arm-none-eabi...


carmconstantsgcc-warning

Read More
Why doesn't "gcc -Wall" warn for "if (ptr < 0)"?...


cpointersgccgcc-warning

Read More
extern variable not define but no error from compiler...


gcclinker-errorsexterngcc-warninglinker-flags

Read More
How to get a warning in GCC for unsigned integer overflow instead of wrap-around?...


cgccgcc-warning

Read More
Suppress -Wconversion for specific lines of code...


c++cgccgcc-warninginteger-overflow

Read More
gcc struct assignment warning missing braces around initializer...


cgccstructgcc-warning

Read More
How to configure autotools/gcc to print warnings and errors with the absolute path?...


autotoolsautoconfautomakegcc-warning

Read More
BackNext