New posts in gcc-warning

Why does GCC not warn for unreachable code?

Is there a way to get warned about unused functions?

function declared static but never defined

C warning implicit declaration of function 'exit'

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

Compile and run program without main() in C

Pedantic gcc warning: type qualifiers on function return type

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

How to print the address of a function?

Pass a two dimensional array to a function of constant parameter

What exactly does GCC's -Wpsabi option do? What are the implications of supressing it?

Suppress gcc warning when using function pointers with void* argument

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

How to suppress GCC warnings from library headers?

What is &&& operation in C

What's a proper way of type-punning a float to an int and vice-versa?

How to turn on (literally) ALL of GCC's warnings?

How can I suppress "unused parameter" warnings in C?

How do I best silence a warning about unused variables?