瀏覽代碼

* Dont warn about padding yet

svn: 1271
Bryan Drewery 22 年之前
父節點
當前提交
b593002139
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      autotools/includes/depend.m4

+ 2 - 1
autotools/includes/depend.m4

@@ -9,7 +9,8 @@ CCDEPMODE=gcc
 num=`$CC -dumpversion | sed "s/^\\\(.\\\).*/\\\1/"`
 if test $num = "3"; then
   CCDEPMODE=gcc3
-  GCC3="-Wpadded -Wpacked -Wno-unused-parameter -Wmissing-format-attribute -Wdisabled-optimization"
+#  GCC3="-Wpadded -Wpacked -Wno-unused-parameter -Wmissing-format-attribute -Wdisabled-optimization"
+  GCC3="-Wpacked -Wno-unused-parameter -Wmissing-format-attribute -Wdisabled-optimization"
 fi
 AC_SUBST(CCDEPMODE)dnl
 AC_SUBST(GCC3)dnl