mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-10 04:30:14 +02:00
Less pedantic compile warnings
This commit is contained in:
+1
-3
@@ -45,9 +45,7 @@ if (MSVC)
|
|||||||
)
|
)
|
||||||
else()
|
else()
|
||||||
target_compile_options(neural_amp_modeler PRIVATE
|
target_compile_options(neural_amp_modeler PRIVATE
|
||||||
-Wall -Wextra -Wpedantic -Wshadow -Wstrict-aliasing
|
-Wall -Wextra -Wpedantic -Wstrict-aliasing -Wunreachable-code -Weffc++ -Wno-unused-parameter
|
||||||
-Wunreachable-code -Wdouble-promotion -Weffc++ -Wconversion
|
|
||||||
-Wsign-conversion
|
|
||||||
"$<$<CONFIG:DEBUG>:-Og;-ggdb;-Werror>"
|
"$<$<CONFIG:DEBUG>:-Og;-ggdb;-Werror>"
|
||||||
"$<$<CONFIG:RELEASE>:-Ofast>"
|
"$<$<CONFIG:RELEASE>:-Ofast>"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user