Index: Makefile.in =================================================================== diff -u -N -rb55cf93e85fc8e4cf7c69dabc64933e0eaa2437f -r89894f47188fe945842d14cb1c2371e3672a0b2f --- Makefile.in (.../Makefile.in) (revision b55cf93e85fc8e4cf7c69dabc64933e0eaa2437f) +++ Makefile.in (.../Makefile.in) (revision 89894f47188fe945842d14cb1c2371e3672a0b2f) @@ -163,7 +163,7 @@ # useful for debugging: #CFLAGS_DEFAULT = -pedantic -g -std=c99 -DTCL_NO_DEPRECATED -Wconversion -Wsign-conversion -Wfloat-conversion -Wsign-compare CFLAGS_CONVERSION= -Wconversion -Wsign-conversion -Wsign-compare -CFLAGS_DEFINITION= -Wwrite-strings -Wextra -Wdeclaration-after-statement -Wendif-labels -Wshadow -Wno-redundant-decls -Wmissing-prototypes -Wstrict-prototypes +CFLAGS_DEFINITION= -Wwrite-strings -Wextra -Wdeclaration-after-statement -Wendif-labels -Wshadow -Wmissing-prototypes -Wstrict-prototypes -Wpacked -Wredundant-decls CFLAGS_TIDY = -Wmissing-braces -Wmissing-declarations -Wundef -Wunreachable-code -Wswitch-enum -Wpointer-arith -Wold-style-definition -Wmissing-format-attribute -Wformat-security #CFLAGS_DEFAULT = -pedantic -g -std=c99 -DTCL_NO_DEPRECATED $(CFLAGS_CONVERSION) $(CFLAGS_DEFINITION) $(CFLAGS_TIDY) CFLAGS_WARNING = @CFLAGS_WARNING@