Skip to content

Commit e52306a

Browse files
authored
Merge pull request DOCGroup#101 from jwillemsen/jwi-emb-clangunused
Don't use -Xclang -Wno-unused-value with bcc32c
2 parents d0c732f + 6df734d commit e52306a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/bmakecommon.mpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ common32_libs = import32$(LIB_EXT) cw32mti$(LIB_EXT)
1414
common32c_libs = import32$(LIB_EXT) cw32mti$(LIB_EXT)
1515
common64_libs = import64$(LIB_EXT) cw64mti$(LIB_EXT)
1616
common32_flags = -a8
17-
common32c_flags = -a8 -Xclang -Wno-unused-value
17+
common32c_flags = -a8
1818
common64_flags =
1919
unicode_flags = -WU
2020
unicode_lib_modifier = u

0 commit comments

Comments
 (0)