Skip to content

Commit cf625a7

Browse files
authored
Merge pull request #240 from jwillemsen/jwi-ignoredatt
Moved -Wno-ignored-attributes from release to common flags for bcc64x
2 parents 27bdde9 + 736e9bc commit cf625a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/bmakecommon.mpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ linker_exe_arguments = $(EXEFLAGS) $(LFLAGS) $(STARTUP_OBJ) $(OBJFILES), $(OUTPU
113113

114114
bcc64x {
115115
debug_flags = -g -O0
116-
release_flags = -Wno-ignored-attributes
116+
release_flags =
117117
optimize_flags = -O3
118118
unicode_flags = -tU
119119
unicode_linker_flags = -tU
@@ -126,7 +126,7 @@ binary_flags = -tR -tD
126126
thr_flags = -tM
127127
lib_ext = .lib
128128
common_defines = WIN32 _WINDOWS WIN64
129-
common_flags =
129+
common_flags = -Wno-ignored-attributes
130130
obj_ext = .o
131131
linker_paths =
132132
startup_bits = 64

0 commit comments

Comments
 (0)