Turn on -Wdouble-promotion. Why not.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4272 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-04-30 03:00:57 +00:00
parent a69fb5eeac
commit 1359b48c9f
2 changed files with 3 additions and 2 deletions

View File

@ -114,6 +114,7 @@ $(APP_OBJS): CFLAGS += \
-Ideps/sqlite \
-Ideps/valgrind \
-Ideps/xopt \
-Wdouble-promotion \
-Werror
BLOWFISH_SOURCES := \