Skip to content

Commit

Permalink
added more tests, fixxed bug in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
floyd committed Mar 10, 2024
1 parent 9bb2585 commit cb71517
Show file tree
Hide file tree
Showing 15 changed files with 1,487 additions and 10 deletions.
11 changes: 1 addition & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,16 +119,7 @@ if(lto_supported AND USE_LTO)
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE)
endif()

set(ALLOWED_WARNINGS "
-Wno-c99-designator
-Wno-invalid-constexpr
-Wno-unused-function
-Wno-unused-local-typedef
-Wno-overlength-strings
-Wno-unknown-pragmas
-Wno-unused-variable
-Wno-unused-local-typedefs"
)
set(ALLOWED_WARNINGS " -Wno-c99-designator -Wno-invalid-constexpr -Wno-unused-function -Wno-unused-local-typedef -Wno-overlength-strings -Wno-unknown-pragmas -Wno-unused-variable -Wno-unused-local-typedefs")

message(STATUS "System Processor: ${CMAKE_SYSTEM_PROCESSOR}")

Expand Down
Loading

0 comments on commit cb71517

Please sign in to comment.