diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2008-09-04 21:05:16 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2008-09-04 21:05:16 +0000 |
| commit | 6ea90671d8c5e831c865dccb1e8b5df6704f6824 (patch) | |
| tree | 56aa5fadf41cbe9d73215b1574bf272479264f50 /utils | |
| parent | 7a22ba36cb7a9028eea35be269c5a825d97e4e14 (diff) | |
| download | rockbox-6ea90671d8c5e831c865dccb1e8b5df6704f6824.zip rockbox-6ea90671d8c5e831c865dccb1e8b5df6704f6824.tar.gz rockbox-6ea90671d8c5e831c865dccb1e8b5df6704f6824.tar.bz2 rockbox-6ea90671d8c5e831c865dccb1e8b5df6704f6824.tar.xz | |
remove -Wno-pointer-sign. This will make warnings reappear, but the warnings should really be fixed at the source
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18418 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/wpseditor/libwps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/wpseditor/libwps/Makefile b/utils/wpseditor/libwps/Makefile index ef89392..17046e8 100644 --- a/utils/wpseditor/libwps/Makefile +++ b/utils/wpseditor/libwps/Makefile @@ -75,7 +75,7 @@ INCLUDE=-I src/include \ -I $(ROOT)/apps \ -I src -CFLAGS = -g -Wall -Wno-format -Wno-pointer-sign -D__PCTOOL__ -DWPSEDITOR -DDEBUG -DROCKBOX_DIR_LEN=1 -DBUTTON_REMOTE +CFLAGS = -g -Wall -Wno-format -D__PCTOOL__ -DWPSEDITOR -DDEBUG -DROCKBOX_DIR_LEN=1 -DBUTTON_REMOTE RESULTS := $(patsubst %,libwps_%$(EXT),$(TARGETS)) |