printf fmt warnings that could crash 64-bit

This commit is contained in:
Albert Cahalan 2009-11-08 00:02:55 +00:00
parent d28d4322c8
commit 31b51a4034
2 changed files with 7 additions and 5 deletions

View file

@ -282,12 +282,14 @@ release: releasedir
tar -czvf tuxpaint-$(VER_VERSION).tar.gz tuxpaint-$(VER_VERSION)
# "make olpc" builds the program for an OLPC XO:
MAGIC_GOOD:=blur blocks_chalk_drip bricks calligraphy fade_darken\
fill flower foam grass mirror_flip shift smudge snow tint
.PHONY: olpc
olpc:
@echo
@echo "Building for an OLPC XO"
@echo
make PREFIX:=. OPTFLAGS:='-O2 -fno-tree-pre -march=athlon -mtune=generic -mpreferred-stack-boundary=2 -mmmx -m3dnow -fomit-frame-pointer -falign-functions=0 -falign-jumps=0 -DOLPC_XO -DSUGAR'
make PREFIX:=. MAGIC_C:=$(patsubst %,magic/src/%.c,$(MAGIC_GOOD)) OPTFLAGS:='-O2 -fno-tree-pre -march=athlon -mtune=generic -mpreferred-stack-boundary=2 -mmmx -m3dnow -fomit-frame-pointer -falign-functions=0 -falign-jumps=0 -DOLPC_XO -DSUGAR'
# "make nokia770" builds the program for the Nokia 770.
.PHONY: nokia770