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
0d460dcd
Commit
0d460dcd
authored
Jan 25, 2018
by
dimbor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
for old gcc: s/Wpedantic/pedantic/g
parent
f50904e7
Hide 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 @
0d460dcd
...
@@ -228,7 +228,7 @@
...
@@ -228,7 +228,7 @@
/*
/*
* This allows the GCC warning flags to be set. The default is shown here.
* This allows the GCC warning flags to be set. The default is shown here.
*
*
#define GccWarningOptions -Wall -
W
pedantic -Wpointer-arith -Wstrict-prototypes \
#define GccWarningOptions -Wall -pedantic -Wpointer-arith -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations \
-Wmissing-prototypes -Wmissing-declarations \
-Wredundant-decls -Wnested-externs
-Wredundant-decls -Wnested-externs
*/
*/
...
...
nx-X11/config/cf/xorg.cf
View file @
0d460dcd
...
@@ -711,11 +711,11 @@ XFREE86JAPANESEDOCDIR = $(DOCDIR)/Japanese
...
@@ -711,11 +711,11 @@ XFREE86JAPANESEDOCDIR = $(DOCDIR)/Japanese
# endif
# endif
# ifndef GccWarningOptions
# ifndef GccWarningOptions
# if XFree86Devel
# if XFree86Devel
# define GccWarningOptions -Wall -
W
pedantic -Wpointer-arith -Wstrict-prototypes \
# define GccWarningOptions -Wall -pedantic -Wpointer-arith -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations \
-Wmissing-prototypes -Wmissing-declarations \
-Wredundant-decls -Wnested-externs Gcc28Warnings
-Wredundant-decls -Wnested-externs Gcc28Warnings
# else
# else
# define GccWarningOptions -Wall -
W
pedantic -Wpointer-arith Gcc28Warnings
# define GccWarningOptions -Wall -pedantic -Wpointer-arith Gcc28Warnings
# endif
# endif
# endif
# endif
# ifndef DefaultCCOptions
# ifndef DefaultCCOptions
...
...
nx-X11/config/cf/xorgsite.def
View file @
0d460dcd
...
@@ -111,7 +111,7 @@
...
@@ -111,7 +111,7 @@
/*
/*
* This allows the GCC warning flags to be set. The default is shown here.
* This allows the GCC warning flags to be set. The default is shown here.
*
*
#define GccWarningOptions -Wall -
W
pedantic -Wpointer-arith -Wstrict-prototypes \
#define GccWarningOptions -Wall -pedantic -Wpointer-arith -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations \
-Wmissing-prototypes -Wmissing-declarations \
-Wredundant-decls -Wnested-externs
-Wredundant-decls -Wnested-externs
*/
*/
...
...
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