Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gnome-initial-setup
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GNOME
gnome-initial-setup
Commits
d20059c1
Verified
Commit
d20059c1
authored
1 year ago
by
Nathan Teodosio
Browse files
Options
Downloads
Patches
Plain Diff
Suppress deprecated-declaration warnings.
parent
c1c19d71
No related branches found
Branches containing commit
No related tags found
1 merge request
!18
Re-enable Ubuntu Pro from the Jammy branch.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/0002-no-deprecation-warnings.patch
+17
-0
17 additions, 0 deletions
debian/patches/0002-no-deprecation-warnings.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
18 additions
and
0 deletions
debian/patches/0002-no-deprecation-warnings.patch
0 → 100644
+
17
−
0
View file @
d20059c1
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')
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
d20059c1
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment