Add newlines to the end of files without them; enable warnings on compile

This commit is contained in:
John Alanbrook 2022-11-25 13:12:31 +00:00
parent ac0ad8efc2
commit 998cb11218
22 changed files with 23 additions and 22 deletions

View file

@ -47,7 +47,8 @@ eobjects != $(call rm,$(eobjects),sqlite pl_mpeg_extract_frames pl_mpeg_player y
includeflag != $(call prefix,$(edirs),-I) includeflag != $(call prefix,$(edirs),-I)
WARNING_FLAGS = -Wall -pedantic #-Wno-incompatible-function-pointer-types -Wunsupported -Wall -Wextra -Wwrite-strings -Wno-unused-parameter -Wno-unused-function -Wno-missing-braces -Wno-incompatible-function-pointer-types -Wno-gnu-statement-expression -Wno-complex-component-init -pedantic WARNING_FLAGS = #-Wall -pedantic -Wunsupported -Wextra -Wwrite-strings
NO_WARNING_FLAGS = -Wno-incompatible-function-pointer-types -Wno-unused-parameter -Wno-unused-function -Wno-missing-braces -Wno-incompatible-function-pointer-types -Wno-gnu-statement-expression -Wno-complex-component-init
SEM = 0.0.1 SEM = 0.0.1
COM != git rev-parse --short HEAD COM != git rev-parse --short HEAD