All the unused warnings are fixed so stop blocking that warning

This commit is contained in:
Cary R 2014-07-10 19:12:07 -07:00
parent ae6743cf69
commit 58ec35a6af
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ CFLAGS="$iverilog_temp_cflags"
AC_SUBST(DEPENDENCY_FLAG, [-MD])
AC_SUBST(WARNING_FLAGS, ["-Wall $iverilog_wextra_flag -Wshadow"])
AC_SUBST(WARNING_FLAGS_CC, ["-Wno-unused -Wno-sign-compare"])
AC_SUBST(WARNING_FLAGS_CC, ["-Wno-sign-compare"])
AC_SUBST(WARNING_FLAGS_CXX, [""])
fi