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:
Emmanuel Gil Peyrot 2020-08-29 12:34:43 +02:00
parent 81f0ded5b6
commit e808897c47
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ includes = [
executable('desmume',
desmume_src,
cpp_args: ['-DGDK_DISABLE_DEPRECATION_WARNINGS'],
dependencies: gtk_dependencies,
include_directories: includes,
link_with: libdesmume,