Fixed some printf format

Silenced warnings
This commit is contained in:
Sergi Granell
2014-05-16 18:24:09 +02:00
parent 1358568517
commit 75c6af6d0e
12 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ POLAR_OBJS = polarssl/aes.o polarssl/bignum.o polarssl/rsa.o polarssl/sha2.o
TINYXML_OBJS = tinyxml/tinystr.o tinyxml/tinyxml.o tinyxml/tinyxmlerror.o tinyxml/tinyxmlparser.o
LIBS = -lstdc++
CXXFLAGS = -I.
CFLAGS = -Wall -I.
CFLAGS = -Wall -Wno-unused-variable -Wno-unused-but-set-variable -I.
OUTPUT = ctrtool
CC = gcc