Search code examples
Mysterious type conversion warning when using sys/socket.h macro...

cgcctype-conversionsolarisgcc-warning

Read More
Should the thread function return 0?...

cunixposixgcc-warning

Read More
How do I disable a gcc warning which has no command line switch?...

c++cgcccommand-linegcc-warning

Read More
g++ doesn't issue -Wsign-compare in template code...

c++g++gcc-warningg++4.8

Read More
[[maybe_unused]] in if statement doesn't seem to work in GCC...

c++gccc++17gcc-warning

Read More
C: how can I fail to compile when -Wswitch is off?...

cenumsgcc-warningfail-fast-fail-early

Read More
How to fix warning "the compiler can assume that the address of 'object' will never be ...

c++gcc-warning

Read More
Get warning for left shifting a negative number...

cwarningsundefined-behaviorgcc-warninggcc9

Read More
How to query GCC warnings for C++?...

gccgcc-warning

Read More
Different behavior for bool to string conversion with different gcc versions...

c++stringgccgcc-warning

Read More
GCC misleading indentation warning is disabled from this point onwards?...

c++gccgcc-warning

Read More
C++98 pedantic errors when using fixed width integers...

c++32bit-64bitgcc-warningc++98gcc-pedantic

Read More
What is the least intrusive way to silence a signed/unsigned warning in C++?...

c++unsignedgcc-warning

Read More
C warning implicit declaration of function 'exit'...

cgcc-warning

Read More
Fortran (re-)allocation on assignment and gfortran warnings...

fortrancompiler-warningsgfortrangcc-warningallocatable-array

Read More
GCC C warning "duplicate ‘const’ declaration "...

cgccgcc-warning

Read More
std::unique_ptr of base class holding reference of derived class does not show warning in gcc compil...

c++c++14gcc-warning

Read More
Are there better ways to ease this warning?...

cprintfwarningsbit-fieldsgcc-warning

Read More
limited range of data types...

cbit-manipulationbitwise-operatorsgcc-warning

Read More
static inline void function has warning "control reaches end of non-void function"...

cwarningsvoidgcc-warning

Read More
C pointers: Assignment from incompatible pointer type...

cpointersgccgcc-warning

Read More
How does a comma separation function when declaring variables...

c++cgccgcc-warning

Read More
Why is gcc not showing a warning message for using $ in a variable name?...

cgccgcc-warning

Read More
std18 getpagesize : implicit declaration of function + nested extern declaration...

cunixgcc-warning

Read More
Getting error "passing argument 2 of ‘strcmp’ makes pointer from integer without a cast" c...

carraysstringmatrixgcc-warning

Read More
Issue warning on template instantiation based on template arguments...

c++templatesg++clang++gcc-warning

Read More
C Programming type casting and sizeof()...

cgcc-warning

Read More
What does [-Wstrict-overflow] mean here?...

qtg++gcc-warning

Read More
Vector empty Push_back calls for expected primary-expression before '{' token...

c++gccvectorgcc-warningpush-back

Read More
GCC : Static array index in function argument doesn't trigger any warning...

cgccclanggcc-warning

Read More
BackNext