shut up clang

This commit is contained in:
Mm2PL 2024-10-14 17:36:29 +02:00
parent 7c45739c40
commit 67982ff810
No known key found for this signature in database
GPG key ID: 94AC9B80EFA15ED9

View file

@ -52,4 +52,5 @@ set_target_properties(${liblua} PROPERTIES
CXX_STANDARD 98
CXX_EXTENSIONS TRUE
)
target_compile_options(lua PRIVATE -w) # this makes clang shut up about c-as-c++
set_source_files_properties(${LUA_SRC} PROPERTIES LANGUAGE CXX)