attempt to fix build
[pcsx_rearmed.git] / deps / libchdr / deps / lzma-22.01 / src / warn_gcc.mak
1 CFLAGS_WARN_GCC_4_5 = \\r
2 \r
3 CFLAGS_WARN_GCC_6 = \\r
4   -Waddress \\r
5   -Waggressive-loop-optimizations \\r
6   -Wattributes \\r
7   -Wbool-compare \\r
8   -Wcast-align \\r
9   -Wcomment \\r
10   -Wdiv-by-zero \\r
11   -Wduplicated-cond \\r
12   -Wformat-contains-nul \\r
13   -Winit-self \\r
14   -Wint-to-pointer-cast \\r
15   -Wunused \\r
16   -Wunused-macros \\r
17 \r
18 #  -Wno-strict-aliasing\r
19 \r
20 CFLAGS_WARN_GCC_9 = \\r
21   -Waddress \\r
22   -Waddress-of-packed-member \\r
23   -Waggressive-loop-optimizations \\r
24   -Wattributes \\r
25   -Wbool-compare \\r
26   -Wbool-operation \\r
27   -Wcast-align \\r
28   -Wcast-align=strict \\r
29   -Wcomment \\r
30   -Wdangling-else \\r
31   -Wdiv-by-zero \\r
32   -Wduplicated-branches \\r
33   -Wduplicated-cond \\r
34   -Wformat-contains-nul \\r
35   -Wimplicit-fallthrough=5 \\r
36   -Winit-self \\r
37   -Wint-in-bool-context \\r
38   -Wint-to-pointer-cast \\r
39   -Wunused \\r
40   -Wunused-macros \\r
41   -Wconversion \\r
42 \r
43 #  -Wno-sign-conversion \\r
44 \r
45 CFLAGS_WARN_GCC_PPMD_UNALIGNED = \\r
46   -Wno-strict-aliasing \\r
47 \r
48 \r
49 CFLAGS_WARN = $(CFLAGS_WARN_GCC_9) \\r
50 \r
51 #  $(CFLAGS_WARN_GCC_PPMD_UNALIGNED)\r