Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in gcc-warning

GCC no longer implements <varargs.h>

c linux gcc gcc-warning

Getting the warning "cast to pointer from integer of different size" from the following code

c gcc gcc-warning

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

ignoring warning "-Wunused-result"

c++ gcc gcc-warning

Why is gcc warning me this line is "misleadingly indented as if it were guarded by" an if?

c++ gcc-warning

What's the purpose of -Wbad-function-cast, why does it only apply to the direct return value?

c gcc-warning

Why does gcc not warn when an enum or int value is passed on as a function's argument which is bool?

c++ gcc g++ gcc-warning

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

Suppressing "ISO C99 requires rest arguments to be used"

Insufficient control flow analysis of enum switch in GCC

How can I tell gcc to warn (or fail) on switch/case statements without a break?

Suppress warning: the use of `mktemp' is dangerous

C++: need warning for: unsigned int i = -1;

Why is there no gcc/g++ warning for unused temporaries?

GCC warning about implicit dereference

c++ gcc gcc-warning

Why does a "function name" evaluate to true in C and how to get warned on it

c gcc-warning

How to resolve: "cast to pointer from integer of different size" warning in C code?

c pointers gcc-warning

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

Parameter of returned generic lambda allegedly shadows parameter of free function

c++ gcc g++ c++14 gcc-warning

How to make gcc warn about returning the address of local variables?

c gcc gcc-warning