Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Lua Json
Commits
f814b3fd
Commit
f814b3fd
authored
May 05, 2021
by
neoxic
Browse files
Ignore paranoid warnings
parent
f80dd0f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f814b3fd
...
@@ -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
-W
strict-prototypes -Wmissing-prototypes -Wno-variadic-macros
)
-W
no-variadic-macros -Wno-unused-result -Wno-unused-parameter
)
include_directories
(
${
LUA_INCLUDE_DIRS
}
)
include_directories
(
${
LUA_INCLUDE_DIRS
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment