Skip to content

Commit cdcf84f

Browse files
authoredAug 28, 2024··
Better compiler compatibility
1 parent cff3a55 commit cdcf84f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎SConstruct

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ env = Environment(
6161
"-Werror",
6262
"-Wshadow",
6363
"-Wno-vla-cxx-extension",
64+
"-Wno-unknown-warning-option",
6465
] + ccflags,
6566
LDFLAGS=ldflags,
6667
LINKFLAGS=ldflags,

0 commit comments

Comments
 (0)
Please sign in to comment.