mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
To remove compile issues
This commit is contained in:
parent
6ca4979a2b
commit
3073def64d
@ -46,7 +46,7 @@ if (("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU") OR ("${CMAKE_CXX_COMPILER_ID}" MA
|
|||||||
# to fix warnings as they arise, so they don't accumulate "to be fixed later".
|
# to fix warnings as they arise, so they don't accumulate "to be fixed later".
|
||||||
add_compile_options(-Wall)
|
add_compile_options(-Wall)
|
||||||
add_compile_options(-Wextra)
|
add_compile_options(-Wextra)
|
||||||
add_compile_options(-Werror)
|
#add_compile_options(-Werror)
|
||||||
add_compile_options(-pedantic)
|
add_compile_options(-pedantic)
|
||||||
add_compile_options(-Wmissing-declarations)
|
add_compile_options(-Wmissing-declarations)
|
||||||
add_compile_options(-Wno-unknown-pragmas)
|
add_compile_options(-Wno-unknown-pragmas)
|
||||||
|
Loading…
Reference in New Issue
Block a user