Search code examples
Which gfortran compiler flag is associated with the warning "Illegal preprocessor directive&quo...

gccfortrangfortrangcc-warning

Read More
Suppress candidates suggested by GCC...

gccg++optional-parametersgcc-warning

Read More
Why qsort cause error in gcc 6.3.0 by using typedef enum?...

ctypedefgcc-warningqsort

Read More
Warning "format not a string literal and no format arguments" not appearing on latest gcc ...

cgcccompiler-warningsgcc-warninglinux-distro

Read More
Inconsistent warning "conversion from 'const unsigned char' to 'const float' re...

c++c++11gccvisual-c++gcc-warning

Read More
warning: incompatible implicit declaration of built-in function ‘xyz’...

cgccgcc-warning

Read More
Hexadecimal constant in C is unsigned even though L suffix...

cgcccomparisongcc-warningcompile-time-constant

Read More
Using `-Wno-implicit-fallthrough` on older versions of gcc...

linuxgccsuppress-warningsgcc-warningfall-through

Read More
gcc warning flags for implicit conversions...

c++gcctype-conversiongcc-warning

Read More
Why doesn't gcc detect all enum vals handled?...

c++gccclang++gcc-warning

Read More
gcc over-aligned new support (alignas )...

c++gccgcc-warningalignas

Read More
Warning: cast to/from pointer from/to integer of different size...

gccintvoid-pointersgcc-warning

Read More
Why does taking sizeof(array) give warnings in a function, but not in main()?...

carrayspointersgccgcc-warning

Read More
TensorFlow doesnt build with debug mode...

gcctensorflowgcc-warning

Read More
Disable certain warnings for system headers...

cgccincludegcc-warning

Read More
Compile and run program without main() in C...

cgccsegmentation-faultprogram-entry-pointgcc-warning

Read More
dangling if and macro...

c++macrosgcc-warning

Read More
C conflicting types caused by macro...

carmgcc-warning

Read More
Why does C++17 GCC compiler gives warning about undefined?...

c++undefined-behaviorc++17gcc-warning

Read More
C++, copy constructor confusion...

c++gccc++11gcc-warning

Read More
Is GCC correct to warn of format string mismatch with a scoped enum?...

c++enumsgcc-warningenum-class

Read More
How to force GCC to warn about usage of a class function?...

c++gccc++03pragmagcc-warning

Read More
GCC Compiler options -wno-four-char-constants and -wno-multichar...

gccclangcompiler-warningsgcc-warning

Read More
Is gcc's optimizer doing something weird here?...

cgccgcc-warning

Read More
How to wrap functions with the `--wrap` option correctly?...

c++cgccgcc-warninglinker-flags

Read More
Is there a GCC option to warn about writing `this-field` instead of `this->field`?...

c++gccgcc-warning

Read More
GCC warning 'comparison is always true' when comparing the return of ntohs with a integer...

cgcc-warning

Read More
GCC complains on str not able to be NULL...

cgcc-warning

Read More
G++ doesn't allow me to define a member function named "major"...

c++g++libcgcc-warninglibstdc++

Read More
inlining C code : -flto or not -flto...

cgccclanggcc-warning

Read More
BackNext