Commit f814b3fd authored by neoxic's avatar neoxic
Browse files

Ignore paranoid warnings

parent f80dd0f7
...@@ -29,8 +29,8 @@ else() ...@@ -29,8 +29,8 @@ else()
message(STATUS "Using Lua '${USE_LUA_VERSION}', version ${LUA_VERSION}") message(STATUS "Using Lua '${USE_LUA_VERSION}', version ${LUA_VERSION}")
endif() endif()
add_definitions(-Wall -Wextra -Wpedantic -Wundef -Wshadow -Wredundant-decls add_definitions(-Wall -Wextra -Wpedantic -Wundef -Wshadow -Wredundant-decls -Wstrict-prototypes -Wmissing-prototypes
-Wstrict-prototypes -Wmissing-prototypes -Wno-variadic-macros) -Wno-variadic-macros -Wno-unused-result -Wno-unused-parameter)
include_directories(${LUA_INCLUDE_DIRS}) include_directories(${LUA_INCLUDE_DIRS})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment