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