Skip to content

Commit

Permalink
removed warning as error
Browse files Browse the repository at this point in the history
  • Loading branch information
savaughn committed Nov 12, 2023
1 parent 4b0ae04 commit d607170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/pksav/cmake/Modules/PKSavPlatform.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ELSE()
ENDIF(${CMAKE_SIZEOF_VOID_P} EQUAL 8)

IF(PKSAV_GCC OR PKSAV_CLANG)
SET(PKSAV_C_FLAGS "-std=gnu99 -Wall -Wextra -Werror -fvisibility=hidden")
SET(PKSAV_C_FLAGS "-std=gnu99 -Wall -Wextra -Wno-error -fvisibility=hidden")
IF(NOT "${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
SET(PKSAV_C_FLAGS "-O3 ${PKSAV_C_FLAGS}")
ENDIF()
Expand Down

0 comments on commit d607170

Please sign in to comment.