GTK: Reenable deprecation warnings
At this point we got a fully (?) functional gtk3 port, but it uses a ton of deprecated functions that will be removed in gtk4. Better enable the warnings so that we know what to fix before then.
This commit is contained in:
parent
81f0ded5b6
commit
e808897c47
|
@ -28,7 +28,6 @@ includes = [
|
|||
|
||||
executable('desmume',
|
||||
desmume_src,
|
||||
cpp_args: ['-DGDK_DISABLE_DEPRECATION_WARNINGS'],
|
||||
dependencies: gtk_dependencies,
|
||||
include_directories: includes,
|
||||
link_with: libdesmume,
|
||||
|
|
Loading…
Reference in New Issue