Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e36899b6
Commit
e36899b6
authored
Apr 18, 2012
by
Paul Eggert
Browse files
* configure.in: Do not assume GCC 4.7.0 and/or no stack protection.
parent
6c91c9f0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
configure.in
configure.in
+2
-0
No files found.
configure.in
View file @
e36899b6
...
@@ -763,6 +763,8 @@ else
...
@@ -763,6 +763,8 @@ else
nw="$nw -Wshadow"
nw="$nw -Wshadow"
# The following lines should be removable at some point.
# The following lines should be removable at some point.
nw="$nw -Wstack-protector"
nw="$nw -Wstrict-overflow"
nw="$nw -Wsuggest-attribute=const"
nw="$nw -Wsuggest-attribute=const"
nw="$nw -Wsuggest-attribute=pure"
nw="$nw -Wsuggest-attribute=pure"
...
...
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