Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

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

Should there be a diagnostic from GCC compiler for this ill-formed C++ code involving [[fallthrough]] attribute?

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

c gcc gcc-warning

Error: this statement may fall through [-Werror=implicit-fallthrough=]

c++ gcc build gcc-warning mitk

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