R's Workshop

GCC Warnings

Many projects enable additional diagnostics by using the -Wall and -Wextra command-line options. Some projects even turn them into errors via -Werror as their first line of defense.

Front-end Warnings

Middle-end Warnings

Also called flow-based warnings.

Reference

C CPP