fix: build error on mac

This commit is contained in:
Barry 2022-06-08 21:15:27 +08:00
commit d79122fab9

View file

@ -68,7 +68,7 @@ if (NOT MSVC)
add_compile_options(-Wall -Wextra -pedantic -Werror)
# disable some warning
add_compile_options(-Wno-nested-anon-types -Wno-c++17-extensions)
add_compile_options(-Wno-nested-anon-types -Wno-c++17-extensions -Wno-overloaded-virtual)
endif()
#