[tools] upx: fix build error
authorNicolas Thill <nico@openwrt.org>
Fri, 21 Oct 2011 11:31:25 +0000 (11:31 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 21 Oct 2011 11:31:25 +0000 (11:31 +0000)
commiteab3aa3fb78babea0ad8c58db279a68e8ef95e7c
treecf687eb048e851d91ee16159811e5caa7db6c091
parent85cd8a26f933ce0d17c2c4bec59702b9d980ccf6
[tools] upx: fix build error

g++ -O2 -Wall -W -Wcast-align -Wcast-qual -Wpointer-arith -Wshadow -Wwrite-strings -Werror -o compress.o -c compress.cpp
cc1plus: warnings being treated as errors
compress.cpp:75: error: unused parameter 'src'
...

SVN-Revision: 28500
tools/upx/Makefile