Search code examples
-bash ./foo: No such file or directory after compilation...


c++bashgcc-warning

Read More
warning! dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]...


c++gcc-warningstrict-aliasing

Read More
Why doesn't GCC produce a warning when assigning a signed literal to an unsigned type?...


cgccunsignedgcc-warning

Read More
How to disable GCC warning about the #warning directive being a GCC extension?...


gccwarningscompiler-warningsgcc-warning

Read More
Why does gcc have a warning for long long?...


c++cgcctypesgcc-warning

Read More
Can Clang output a warning for conversion of double to float?...


c++gccclangclang++gcc-warning

Read More
warning: passing argument x of 'xyz' from incompatible pointer type...


cpointersgccgcc-warning

Read More
Why doesn't gcc -Wformat warn about printf %d on an unsigned int?...


cgccgcc-warningformat-specifiersformat-string

Read More
How to silence "whose type uses the anonymous namespace [-Werror]" gcc version 4.8.2...


c++gccboostgcc-warning

Read More
GCC not complaining about uninitialized variable...


cgccgcc-warning

Read More
eclipse C compiler does not recognize // in line comments...


cgccgcc-warning

Read More
Can't assign address of struct to a variable whose type is a typedef of pointer to that struct...


cpointersstructgcc-warning

Read More
What is &&& operation in C...


c++coperatorscompiler-optimizationgcc-warning

Read More
GCC warn for non-freed heap blocks...


cgccgcc-warning

Read More
C iteration up to a very large number - compiler warning about unsigned int...


cgcccompiler-warningsgcc-warningunsigned-integer

Read More
How to make gcc warn about passing wrong enum to a function...


gccenumsgcc-warning

Read More
C method gives warning: expression result unused and freezes...


ccompiler-warningsgcc-warning

Read More
Pedantic gcc warning: type qualifiers on function return type...


c++constantsgcc-warning

Read More
gcc warns about "unnamed struct/union that defines no instances", but the struct does have...


cgccstructgcc-warning

Read More
Finding variable-length arrays in code...


cgccgcc-warningvariable-length-array

Read More
How to configure GCC to show all warnings by default?...


linuxgccgcc-warning

Read More
How to define extern variable along with declaration?...


cc99externgcc-warninginitializer

Read More
silencing Wunused-variable for gcc...


c++gccgcc-warning

Read More
Compiler flag "-Wshadow" doesn't work in CodeBloks...


cgcccodeblocksgcc-warning

Read More
Is this a bug in my code or in g++'s analysis of -Weffc++?...


c++templatesg++gcc-warningeffective-c++

Read More
expected expected ‘const char **’ but argument is of type ‘char **’...


cgcc-warning

Read More
gcc does not warn "variable set but not used"...


c++gccgcc-warningunused-variables

Read More
\c escape sequence listed in man but unkown in C...


cescapingprintfgcc-warning

Read More
regarding CFLAGS setting in Linux kernel?...


linuxcompilationlinux-kernelcross-compilinggcc-warning

Read More
ATT X86 assembly: Warning: unterminated string; newline inserted from gcc...


assemblygcc-warningatt

Read More
BackNext