Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
2257b896
Commit
2257b896
authored
Jan 04, 2010
by
Bradley C. Kuszmaul
Committed by
Yoni Fogel
Apr 16, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gcc 4.4.2 hacks. [t:2276]
git-svn-id:
file:///svn/toku/tokudb@16785
c7de825b-a66e-492c-adef-691d508d4ae1
parent
f7eec293
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
toku_include/Makefile.include
toku_include/Makefile.include
+6
-1
No files found.
toku_include/Makefile.include
View file @
2257b896
...
...
@@ -97,7 +97,12 @@ WERROR =
else
WERROR
=
-Werror
endif
WALL
=
-Wall
-Wextra
-Wcast-align
-Wbad-function-cast
-Wno-missing-noreturn
-Wstrict-prototypes
-Wmissing-prototypes
-Wmissing-declarations
# -Wno-deprecated is needed on gcc 4.4.2 to make the #ident complaints go away.
# -Wno-strict-aliasing is needed on gcc 4.4.2 to make certain gratuitous warnings go away.
ifeq
($(GCCVERSION),4.4.2)
GCC_VERSION_SPECIFIC
=
-Wno-strict-aliasing
-Wno-deprecated
endif
WALL
=
$(GCC_VERSION_SPECIFIC)
-Wall
-Wextra
-Wcast-align
-Wbad-function-cast
-Wno-missing-noreturn
-Wstrict-prototypes
-Wmissing-prototypes
-Wmissing-declarations
FORMAT
=
-Wmissing-format-attribute
#-Wformat=2 #Stronger printf warnings once logger.c cleaned up
ifeq
($(SYSTEM),sunos)
...
...
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