chore: initial commit (extracted from Launchers monorepo)
Plugin: ns7zip v2.0.0 Architectures: x86-ansi, x86-unicode, amd64-unicode License: LGPL-2.1-or-later
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
CFLAGS_WARN_GCC_4_5 = \
|
||||
|
||||
CFLAGS_WARN_GCC_6 = \
|
||||
-Waddress \
|
||||
-Waggressive-loop-optimizations \
|
||||
-Wattributes \
|
||||
-Wbool-compare \
|
||||
-Wcast-align \
|
||||
-Wcomment \
|
||||
-Wdiv-by-zero \
|
||||
-Wduplicated-cond \
|
||||
-Wformat-contains-nul \
|
||||
-Winit-self \
|
||||
-Wint-to-pointer-cast \
|
||||
-Wunused \
|
||||
-Wunused-macros \
|
||||
|
||||
# -Wno-strict-aliasing
|
||||
|
||||
CFLAGS_WARN_GCC_9 = \
|
||||
-Waddress \
|
||||
-Waddress-of-packed-member \
|
||||
-Waggressive-loop-optimizations \
|
||||
-Wattributes \
|
||||
-Wbool-compare \
|
||||
-Wbool-operation \
|
||||
-Wcast-align \
|
||||
-Wcast-align=strict \
|
||||
-Wcomment \
|
||||
-Wdangling-else \
|
||||
-Wdiv-by-zero \
|
||||
-Wduplicated-branches \
|
||||
-Wduplicated-cond \
|
||||
-Wformat-contains-nul \
|
||||
-Wimplicit-fallthrough=5 \
|
||||
-Winit-self \
|
||||
-Wint-in-bool-context \
|
||||
-Wint-to-pointer-cast \
|
||||
-Wunused \
|
||||
-Wunused-macros \
|
||||
-Wconversion \
|
||||
|
||||
# -Wno-sign-conversion \
|
||||
|
||||
CFLAGS_WARN_GCC_PPMD_UNALIGNED = \
|
||||
-Wno-strict-aliasing \
|
||||
|
||||
|
||||
CFLAGS_WARN = $(CFLAGS_WARN_GCC_9) \
|
||||
|
||||
# $(CFLAGS_WARN_GCC_PPMD_UNALIGNED)
|
||||
Reference in New Issue
Block a user