Skip to content

Commit

Permalink
NativeAOT-LLVM: Disable -Wno-strict-prototypes warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yowl authored Oct 1, 2022
1 parent 6629e07 commit b9e0806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libraries/Native/Unix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ if(CMAKE_C_COMPILER_ID STREQUAL Clang)
add_compile_options(-Wno-typedef-redefinition)
add_compile_options(-Wno-c11-extensions)
add_compile_options(-Wno-thread-safety-analysis)
add_compile_options(-Wno-strict-prototypes)
endif()

add_subdirectory(System.Native)
Expand Down

0 comments on commit b9e0806

Please sign in to comment.