2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

[#3734] Remove Woverloaded-virtual as it creates spurious warnings from boost

This commit is contained in:
Andrei Pavel 2025-05-08 13:30:45 +03:00
parent 0629db330c
commit d541ff3f7b
No known key found for this signature in database
GPG Key ID: D4E804481939CB21

View File

@ -611,7 +611,6 @@ werror_opt = get_option('werror')
warnings = [
'-Wnon-virtual-dtor',
'-Wwrite-strings',
'-Woverloaded-virtual',
'-Wno-missing-field-initializers',
# '-Wshadow',
]