summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2016-08-26 05:25:37 -0700
committerPatrick Ohly <patrick.ohly@intel.com>2016-08-26 05:25:37 -0700
commit6d91309b23c77109448c30be9878e8d514c529db (patch)
tree32980b768fa7f23f5cff51bbe29458c8d851218f
parentecb7a08914eb07d3889196f6e40345305c175b84 (diff)
configure.in: avoid indention warnings from gcc 6
The source code was intentionally formatted by the upstream authors so that statements sometimes align with surrounding code even if indention according to program flow would be different. Instead of fixing large amounts of code, better just ignore this warning.
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index fc459ab..173628b 100644
--- a/configure.in
+++ b/configure.in
@@ -16,8 +16,8 @@ AM_PROG_CC_C_O
# --enable-warning=min/max/fatal/none
DK_ARG_ENABLE_WARNINGS([SYNTHESIS_WFLAGS],
- [-Wall -Wno-unknown-pragmas -Wno-unused-but-set-variable],
- [-Wall -Wno-unknown-pragmas -Wno-unused-but-set-variable],
+ [-Wall -Wno-unknown-pragmas -Wno-unused-but-set-variable -Wno-misleading-indentation],
+ [-Wall -Wno-unknown-pragmas -Wno-unused-but-set-variable -Wno-misleading-indentation],
[])
dnl Extract PIC flags from libtool configure for libsynthesissdk.a