Skip to content

Commit

Permalink
build: reorder LINT_FLAGS in a more logical way
Browse files Browse the repository at this point in the history
  • Loading branch information
jnpkrn committed Mar 17, 2016
1 parent 1dae09f commit 82db489
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Expand Up @@ -409,9 +409,9 @@ if test x"$memory_barrier_needed" != xno; then
[need atomic memory barrier])
fi

LINT_FLAGS="-syntax -weak -unrecog +posixlib +ignoresigns -fcnuse \
-badflag -D__gnuc_va_list=va_list -D__attribute\(x\)= \
-warnposix +matchanyintegral -sysunrecog"
LINT_FLAGS="-weak -D__gnuc_va_list=va_list -D__attribute\(x\)= \
-badflag -fcnuse -syntax -unrecog -sysunrecog -warnposix \
+ignoresigns +matchanyintegral +posixlib"

# local options
AC_ARG_ENABLE([ansi],
Expand Down

0 comments on commit 82db489

Please sign in to comment.