No longer use -Wno-unused-but-set-variable for building libtommath
authorCarl Myers <cmyers@cmyers.org>
Tue, 3 Apr 2012 03:59:43 +0000 (20:59 -0700)
committerCarl Myers <cmyers@cmyers.org>
Tue, 3 Apr 2012 07:35:02 +0000 (00:35 -0700)
src/Makefile.am

index 7c997df..c7129db 100755 (executable)
@@ -41,7 +41,7 @@ all: $(srcdir)/libtomcrypt/libtomcrypt.a $(srcdir)/libtommath/libtommath.a
 endif
 
 $(srcdir)/libtomcrypt/libtomcrypt.a: $(srcdir)/libtommath/libtommath.a
-       cd $(srcdir)/libtomcrypt && CFLAGS="$(CFLAGS) -Wno-unused-but-set-variable -I$(srcdir)/../libtommath -DLTM_DESC" $(MAKE)
+       cd $(srcdir)/libtomcrypt && CFLAGS="$(CFLAGS) -I$(srcdir)/../libtommath -DLTM_DESC" $(MAKE)
 
 $(srcdir)/libtommath/libtommath.a:
        cd $(srcdir)/libtommath && $(MAKE)