Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in compiler-warnings

"value returned is unused" warning when byte-compiling a macro

Clang doesn't warn about uninitialized stack variable

warning: ignoring return value of ‘realloc’, declared with attribute warn_unused_result

How to show the current #pragma pack setting in C++?

c++ compiler-warnings

When memcpy from this to a new object in a child class, warning "destination for this 'memcpy' call is a pointer to dynamic class..." shows

c++ compiler-warnings

Visual Studio 2013 not displaying unreferenced variable warnings

How can I analyze make output for compiler warnings?

CUDA ptxas warnings (Stack size for entry)

cuda compiler-warnings

Unexpected compiler warning - printf format specifiers

Why are warnings CS0108 & CS0114 *NOT* errors by default in Visual Studio?

array subscript has type 'char'

c compiler-warnings ctype

How to fix "Protocol Not Implemented"

With Clang or similar compilers, is it possible to turn only some warnings into errors?

c++ c clang compiler-warnings

How can I get the compiler to warn me of unused code that is marked pub?

rust compiler-warnings

How to address unchecked cast Object to ArrayList<Vehicle>

See reference to function template instantiation message when catch std::exception in Visual Studio 2019

How can I suppress warnings in generated code?

gcc multi line comment warning

What is and how to solve the warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘int *’ [-Wformat=] when printing it out

c compiler-warnings