This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/7.1.x by this push:
new eaeb2c6 Avoid varargs warnings when compiling LuaJIT
eaeb2c6 is described below
commit eaeb2c6a3106d6a16d4d9d4783d43e3b25498acf
Author: Leif Hedstrom <[email protected]>
AuthorDate: Tue Apr 4 12:22:30 2017 -0600
Avoid varargs warnings when compiling LuaJIT
(cherry picked from commit bf3781661003a6da7102d891b6b8e3df65c091e5)
---
configure.ac | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index dc11b37..a2141ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -784,7 +784,7 @@ case $host_os_def in
debug_opt="-ggdb3 $common_opt -Qunused-arguments"
release_opt="-g $common_opt $optimizing_flags -fno-strict-aliasing
-Qunused-arguments"
cxx_opt="-Wno-invalid-offsetof"
- luajit_cflags="-Wno-parentheses-equality -Wno-tautological-compare
-analyzer-disable-all-checks"
+ luajit_cflags="-Wno-parentheses-equality -Wno-tautological-compare
-analyzer-disable-all-checks -Wno-varargs"
])
AS_IF([test "x$ax_cv_c_compiler_vendor" = "xgnu"], [
@@ -806,7 +806,7 @@ case $host_os_def in
debug_opt="-g $common_opt"
release_opt="-g $common_opt $optimizing_flags -fno-strict-aliasing"
cxx_opt="-Wno-invalid-offsetof"
- luajit_cflags="-Wno-parentheses-equality -Wno-tautological-compare"
+ luajit_cflags="-Wno-parentheses-equality -Wno-tautological-compare
-Wno-varargs"
], [
AC_MSG_WARN([clang is the only supported compiler on Darwin])
])
@@ -827,7 +827,7 @@ case $host_os_def in
debug_opt="-ggdb3 $common_opt"
release_opt="-g $common_opt $optimizing_flags -fno-strict-aliasing"
cxx_opt="-Wno-invalid-offsetof"
- luajit_cflags="-Wno-parentheses-equality -Wno-tautological-compare"
+ luajit_cflags="-Wno-parentheses-equality -Wno-tautological-compare
-Wno-varargs"
])
AS_IF([test "x$ax_cv_c_compiler_vendor" = "xgnu"], [
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].