Skip to content
Snippets Groups Projects
Verified Commit d20059c1 authored by Nathan Teodosio's avatar Nathan Teodosio
Browse files

Suppress deprecated-declaration warnings.

parent c1c19d71
No related branches found
No related tags found
1 merge request!18Re-enable Ubuntu Pro from the Jammy branch.
Description: Disable deprecated-declarations GCC warnings.
.
They generate a lot of noise at this point, thus make actually relevant
warnings difficult to detect.
Author: Nathan Pratta Teodosio <nathan.teodosio@canonical.com>
Forwarded: not-needed
--- a/meson.build
+++ b/meson.build
@@ -8,6 +8,7 @@ project('gnome-initial-setup',
cc = meson.get_compiler('c')
gnome = import('gnome')
i18n = import('i18n')
+add_global_arguments('-Wno-deprecated-declarations', language : 'c')
prefix = get_option('prefix')
po_dir = join_paths(meson.current_source_dir(), 'po')
......@@ -3,5 +3,6 @@ reenable-existing-user-mode.patch
0001-Ensure-stamp-file-if-the-user-quit-the-wizard.patch
0001-Add-Ubuntu-mode-with-special-pages.patch
0001-Display-the-ubuntu-welcome-wizard-in-Unity.patch
0002-no-deprecation-warnings.patch
0008-Ubuntu-location-default.patch
ubuntu-distributor-logo.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment