Skip to content

Commit

Permalink
build: silence some QuickJS compilation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Sep 26, 2023
1 parent abc3374 commit 766f6f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/quickjs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ if(CMAKE_C_COMPILER_ID MATCHES "AppleClang|Clang")
-funsigned-char)
else()
list(APPEND qjs_cflags
-Wno-sign-compare
-Wno-unused-parameter
-Wno-array-bounds
-Wno-unused-variable
-Wno-unused-but-set-variable)
Expand Down

0 comments on commit 766f6f1

Please sign in to comment.