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
f4f0b449
Commit
f4f0b449
authored
Oct 01, 2016
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nx-X11: Enable -Wpedantic as default CFLAG. This is to detect redefined typedefs…
nx-X11: Enable -Wpedantic as default CFLAG. This is to detect redefined typedefs when building nxagent.
parent
b50b0af9
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 @
f4f0b449
...
...
@@ -229,7 +229,7 @@
/*
* This allows the GCC warning flags to be set. The default is shown here.
*
#define GccWarningOptions -Wall -Wpointer-arith -Wstrict-prototypes \
#define GccWarningOptions -Wall -Wp
edantic -Wp
ointer-arith -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations \
-Wredundant-decls -Wnested-externs
*/
...
...
nx-X11/config/cf/xorg.cf
View file @
f4f0b449
...
...
@@ -743,11 +743,11 @@ XFREE86JAPANESEDOCDIR = $(DOCDIR)/Japanese
# endif
# ifndef GccWarningOptions
# if XFree86Devel
# define GccWarningOptions -Wall -Wpointer-arith -Wstrict-prototypes \
# define GccWarningOptions -Wall -Wp
edantic -Wp
ointer-arith -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations \
-Wredundant-decls -Wnested-externs Gcc28Warnings
# else
# define GccWarningOptions -Wall -Wpointer-arith Gcc28Warnings
# define GccWarningOptions -Wall -Wp
edantic -Wp
ointer-arith Gcc28Warnings
# endif
# endif
# ifndef DefaultCCOptions
...
...
nx-X11/config/cf/xorgsite.def
View file @
f4f0b449
...
...
@@ -112,7 +112,7 @@ XCOMM $XFree86: xc/config/cf/xf86site.def,v 3.186 2003/06/25 18:06:22 eich Exp $
/*
* This allows the GCC warning flags to be set. The default is shown here.
*
#define GccWarningOptions -Wall -Wpointer-arith -Wstrict-prototypes \
#define GccWarningOptions -Wall -Wp
edantic -Wp
ointer-arith -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations \
-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