mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Add -W to CFLAGS in Makefile and fix generated warnings. Also close a file handle which was being left open
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14069 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
33bc6f3e3c
commit
f119dc0d82
2 changed files with 20 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
CFLAGS=-Wall -D_LARGEFILE64_SOURCE
|
||||
CFLAGS=-Wall -W -D_LARGEFILE64_SOURCE
|
||||
|
||||
ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN)
|
||||
OUTPUT=sansapatcher.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue