Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
4953c651
Commit
4953c651
authored
Jan 09, 2020
by
Ulrich Sibiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nxagent: build with -Wshadow to detect shadowing variables
parent
21079cf3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
host.def
nx-X11/config/cf/host.def
+1
-1
xorg.cf
nx-X11/config/cf/xorg.cf
+2
-2
xorgsite.def
nx-X11/config/cf/xorgsite.def
+1
-1
No files found.
nx-X11/config/cf/host.def
View file @
4953c651
...
...
@@ -230,7 +230,7 @@
*
#define GccWarningOptions -Wall -Wpedantic -Wpointer-arith -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations \
-Wredundant-decls -Wnested-externs
-Wredundant-decls -Wnested-externs
-Wshadow
*/
/*
...
...
nx-X11/config/cf/xorg.cf
View file @
4953c651
...
...
@@ -720,9 +720,9 @@ XFREE86JAPANESEDOCDIR = $(DOCDIR)/Japanese
# if XFree86Devel
# define GccWarningOptions -Wall -Wpedantic -Wpointer-arith -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations \
-Wredundant-decls -Wnested-externs Gcc28Warnings
-Wredundant-decls -Wnested-externs
-Wshadow
Gcc28Warnings
# else
# define GccWarningOptions -Wall -Wpedantic -Wpointer-arith Gcc28Warnings
# define GccWarningOptions -Wall -Wpedantic -Wpointer-arith
-Wshadow
Gcc28Warnings
# endif
# endif
# ifndef DefaultCCOptions
...
...
nx-X11/config/cf/xorgsite.def
View file @
4953c651
...
...
@@ -113,7 +113,7 @@
*
#define GccWarningOptions -Wall -Wpedantic -Wpointer-arith -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations \
-Wredundant-decls -Wnested-externs
-Wredundant-decls -Wnested-externs
-Wshadow
*/
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment