Skip to content

Instantly share code, notes, and snippets.

@wdwalker
Created March 11, 2017 15:25
Show Gist options
  • Save wdwalker/9101bf12cfa6e867932c17eca3316be2 to your computer and use it in GitHub Desktop.
Save wdwalker/9101bf12cfa6e867932c17eca3316be2 to your computer and use it in GitHub Desktop.
WARNING_FLAGS
# https://gcc.gnu.org/onlinedocs/gcc-6.3.0/gcc/Warning-Options.html
WARNING_FLAGS = \
-Wall \
-Wextra \
-pedantic \
-Wbad-function-cast \
-Wconversion \
-Wfloat-equal \
-Wlogical-op \
-Wmissing-declarations \
-Wmissing-prototypes \
-Wpadded \
-Wpointer-arith \
-Wshadow \
-Wstrict-prototypes \
-Wunused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment