Search code examples
Passing 'const char *' to parameter of type 'char *' discards qualifiers...


c++objective-ccgcc-warning

Read More
for-loop counter gives an unused-variable warning...


c++for-loopgcc-warningunused-variablesiota

Read More
Passing array in a c function using address operator gives a warning...


arrayscpointersimplicit-conversiongcc-warning

Read More
Yacc generated C file sccsid warning supression...


cyaccgcc-warningrcs

Read More
Why is there no warning from -Wfloat-equal when comparing containers of doubles?...


c++floating-pointclangwarningsgcc-warning

Read More
Limit compilation flags usage to certain files only...


c++gcccmakecompilationgcc-warning

Read More
Why I got a warning when I pass 2D array in function with constant parameter whilst in 1D everything...


cgccgcc-warning

Read More
conversion from 'long long unsigned int' to 'long long unsigned int:40' changes valu...


cgccgcc-warning

Read More
expected 'const GLchar * const*' {aka 'const char * const*'} but argument is of type...


cpointersopenglgcc-warningglad

Read More
What is the explanation for "warning: assuming that the loop is not infinite"...


cgccgcc-warning

Read More
How to fix gcc warning "friend declaration declares a non-template function"...


c++templatesc++14language-lawyergcc-warning

Read More
How can I avoid `#pragma once in main file` in GCC when using precompiled headers?...


c++gccgcc-warningprecompiled-headers

Read More
GCC - Truncation due to type conversion warning...


gccarmgcc-warning

Read More
warning: '__builtin_snprintf' output may be truncated before the last format character [-Wfo...


cgcc-warninggcc11

Read More
Why does clang complain about a deleted move ctor when I don't move anything?...


c++clangmove-semanticsgcc-warningmove-constructor

Read More
Is there any gcc compiler warning which could have caught this memory bug?...


cgccmemory-managementgcc-warning

Read More
How to use C++20's likely/unlikely attribute in if-else statement...


c++c++20gcc-warninglikely-unlikely

Read More
Compile Warning: converting to pointer from integer of different size...


cgccgcc-warning

Read More
-Wstack-usage=byte-size in GCC...


c++gccx86-64stack-memorygcc-warning

Read More
C++ : gcc compiler warning for large stack allocation...


c++gccg++gcc-warning

Read More
Gcc not working on MacOS 10.15.4 Catalina?...


c++homebrewmacos-catalinagcc-warninggcc9

Read More
Why GCC long long int can't do 1<<48 but gets an overflow warning...


cinteger-overflowgcc-warning

Read More
How can I make this GCC warning an error?...


gccgcc-warning

Read More
Why do C compilers make it so hard to get -Wwrite-strings warnings?...


cgccclangcompiler-warningsgcc-warning

Read More
What is a "false positive"?...


cgcccompiler-warningsgcc-warning

Read More
why this error coming when compiling how to solve implicit declaration of function?...


cgcc-warning

Read More
-fPIC ignored for target (all code is position independent), useless warning...


c++cgcc-warning

Read More
C Compiler Warnings for Dangerous Casts...


cgccclangcompiler-warningsgcc-warning

Read More
Why does arithmetic operations on (more than) three unsigned chars always trigger a warning when usi...


cgccgcc-warning

Read More
How to ensure that operations on unsigned integers do not result in wrap...


cerror-handlingunsignedgcc-warning

Read More
BackNext