Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
36079b03
Commit
36079b03
authored
Apr 21, 2006
by
Niels Möller
Browse files
Comment fix.
Rev: src/nettle/configure.ac:1.74
parent
e04e3039
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
36079b03
...
...
@@ -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
Supports
Markdown
0%
Try again
or
attach a new 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