1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-10-31 15:07:12 -04:00

Removed useless warnings inconsistent-missing-override

This commit is contained in:
f4exb 2022-07-26 06:53:20 +02:00
parent 01d28918a2
commit 2d852c4495

View File

@ -19,7 +19,7 @@ if(WIN32)
endif() endif()
if(NOT MSVC) if(NOT MSVC)
add_compile_options(-Wall -Wextra -Wvla -Woverloaded-virtual -ffast-math -fno-finite-math-only -ftree-vectorize) add_compile_options(-Wall -Wextra -Wvla -Woverloaded-virtual -Wno-inconsistent-missing-override -ffast-math -fno-finite-math-only -ftree-vectorize)
endif() endif()
if (SANITIZE_ADDRESS) if (SANITIZE_ADDRESS)