[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)
commita266c4f43b362b2778e006263f92c0dc7050ec8b
treecf687eb048e851d91ee16159811e5caa7db6c091
parent9117bb10f7ef5536163dfa413a3aa799602907ae
[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'
...

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28500 3c298f89-4303-0410-b956-a3cf2f4a3e73
tools/upx/Makefile