Index: Makefile ================================================================== --- Makefile +++ Makefile @@ -11,11 +11,11 @@ -D_XOPEN_SOURCE=800 \ -Werror -Wall -Wextra \ -Wbad-function-cast \ -Wcast-align \ -Wcast-qual \ - -Wconversion \ + -Wconversion $(: pesky little option; makes my code abuse casts ) \ -Wfloat-equal \ -Wformat=2 \ -Wformat-signedness \ -Winline \ -Wlogical-op \