Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compiler-warnings

How do I avoid warnings about c++Future-extensions when using feature test macros and Clang?

gcc: fixing -pedantic "unnamed structure" warning

Warning C4101 unreferenced local variable

c++ compiler-warnings

MSVC equivalent of gcc/clang's -Wall?

warning: control reaches end of non-void function [-Wreturn-type] removed when declaring method inline

c++ gcc compiler-warnings

Generating warnings for Int32 to Int64 casts

what is the correct way to write this function, or is clang wrong? [duplicate]

c++ c++11 compiler-warnings

how to deal with array subscript warning in C when using isxdigit()? [duplicate]

Getting compilation warnings for non-prototype declarations

Suppress all warnings from my SPM package

gcc scanf warning believes float is double

c gcc compiler-warnings scanf

Parameter passing for argument when C++17 is enabled changed to match C++14

Is there a g++ flag that can detect and warn about this unreachable code in a switch statement?

c++ g++ compiler-warnings

Implicit conversion warning int to int-lookalike

Why does declaring the same function both with and without parameters not cause compilation errors?

Missing GCC "-Wformat" warnings for "%p" with char* etc

How to make OCaml compiler report unused functions?

GCC not warning although it should