Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
0a33a453
Commit
0a33a453
authored
Apr 21, 2006
by
Niels Möller
Browse files
Comment fix.
Rev: src/nettle/configure.ac:1.74
parent
7dd70ea8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/configure.ac
View file @
0a33a453
...
...
@@ -361,6 +361,7 @@ if test x$GCC = xyes ; then
CFLAGS="$CFLAGS -ggdb3"
fi
# FIXME: It would be better to actually test if this option works and/or is needed.
# Or perhaps use -funsigned-char.
if "$CC" --version | grep 'gcc.* 4\.' 1>/dev/null 2>&1; then
CFLAGS="$CFLAGS -Wno-pointer-sign"
fi
...
...
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