Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
8199ed77
Commit
8199ed77
authored
Nov 06, 2013
by
jehan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add -Qunused-argument for clang
parent
55fedeb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure.ac
configure.ac
+1
-1
No files found.
configure.ac
View file @
8199ed77
...
...
@@ -601,7 +601,7 @@ AC_ARG_ENABLE(strict,
STRICT_OPTIONS="-Wall "
if test "$strictness" = "yes" ; then
STRICT_OPTIONS="$STRICT_OPTIONS -Werror"
STRICT_OPTIONS="$STRICT_OPTIONS -Werror
-Qunused-arguments
"
CFLAGS="$CFLAGS -fno-strict-aliasing"
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