Search code examples
udevadm code with undefined reference error...


linuxlinux-kernelgcc-warningudev

Read More
Memory runtime error with 2D array in C...


cmemorymultidimensional-arrayruntime-errorgcc-warning

Read More
Using fchmod in Unix...


cunixpointersgcc-warning

Read More
narrowing conversion from int to long unsigned int {} is ill-formed in C++11...


c++cc++11gcc-warninggcc4.8

Read More
Avoiding "ISO C99 requires rest arguments to be used"...


cgccc99gcc-warningvariadic-macros

Read More
Including <atomic> breaks GCC's conversion-null diagnostic, and distcc fixes it. (Minimal ...


gccc++11gcc-warningdistcc

Read More
"assignment makes integer from pointer without a cast" in c...


cmultidimensional-arraycompiler-warningsdynamic-memory-allocationgcc-warning

Read More
How to suppress -Wno-protocol per file...


iosxcodegccclanggcc-warning

Read More
why include standard header files?...


cgccheader-filesgcc-warning

Read More
If ARM compiler has similar option for -Werror...


gccgcc-warningarmcc

Read More
When a function is possible to be given a char* or literal string, what is the right way to declare ...


c++xcodeclangstring-literalsgcc-warning

Read More
Porting C source code written for 32 to 64 bit...


c32bit-64bitgcc-warning

Read More
invalid conversion gcc -fpermissive...


c++gccgcc-warning

Read More
Temporarily disable warnings on specific versions of GCC...


c++gccgcc-warning

Read More
Are curly braces really required around initialization?...


c++gcc-warning

Read More
Why no warning when uint32 casts to uint8 with gcc C...


cgcctype-conversionimplicit-conversiongcc-warning

Read More
how to disable gcc warning "cc1: warning: command line option ‘-std=c++11’ is valid for C++/Obj...


cgcccmakegcc-warning

Read More
implicit declaration warning: What are the built-in functions?...


cgccstandard-librarygcc-warning

Read More
gcc: expected expression before "=" token...


cgccgcc-warning

Read More
Confused about compiler errors received using gcc...


cgccgcc-warning

Read More
Undefined reference while using gcc...


cgccgcc-warning

Read More
getting format not a string literal even if I add %s...


cgccgcc-warning

Read More
In what header is qsort_s located in MingGW (gcc 4.8) for Windows?...


gccheader-filesgcc-warningmingw-w64

Read More
When assigning pointer to pointer I get warning: assignment makes integer from pointer...


cpointersgcc-warning

Read More
What does "BS warning" mean?...


warningscompiler-warningsgcc-warningsuppress-warnings

Read More
warning: deprecated conversion from string constant to ‘char*’...


gccgcc-warningnetcdf

Read More
Make warning "makes pointer from integer without a cast" as error...


gccgcc-warning

Read More
Assignment makes pointer from integer warning...


cheadergcc-warning

Read More
Assignment <pointer to array of constants> = <pointer to array>: incompatible pointers...


cpointersconstantscompiler-warningsgcc-warning

Read More
Function definition and extern declaration are different ; but GCC does not even warn and passes the...


cgccgcc-warning

Read More
BackNext