summaryrefslogtreecommitdiff
path: root/rbutil/ipodpatcher/Makefile
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2011-12-16 21:10:21 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2011-12-16 21:10:21 +0000
commit70837fb1ede2a15323ac3fce3877a438ccff5c10 (patch)
tree5d3f99cb24a83e18a4992224153dd4d573314514 /rbutil/ipodpatcher/Makefile
parent6c6123143faff8e0f85cba71812f1bd9cb2fdc77 (diff)
downloadrockbox-70837fb1ede2a15323ac3fce3877a438ccff5c10.tar.gz
rockbox-70837fb1ede2a15323ac3fce3877a438ccff5c10.zip
sansapatcher, ipodpatcher: use MinGW C99 version of stdio functions.
The MinGW versions know additional format identifiers. Use those versions to avoid warnings. See also http://article.gmane.org/gmane.comp.gnu.mingw.user/27539/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31331 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/ipodpatcher/Makefile')
-rw-r--r--rbutil/ipodpatcher/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/ipodpatcher/Makefile b/rbutil/ipodpatcher/Makefile
index bae805671e..6a94466a0c 100644
--- a/rbutil/ipodpatcher/Makefile
+++ b/rbutil/ipodpatcher/Makefile
@@ -7,7 +7,7 @@
7# $Id$ 7# $Id$
8# 8#
9 9
10CFLAGS += -Wall -W 10CFLAGS += -Wall -W -D__USE_MINGW_ANSI_STDIO=1
11 11
12# Build with "make BOOTOBJS=1" to build with embedded bootloaders and the 12# Build with "make BOOTOBJS=1" to build with embedded bootloaders and the
13# --install option and interactive mode. You need the full set of Rockbox 13# --install option and interactive mode. You need the full set of Rockbox