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)
commit0eab6e2a7d89fab112142027f207bcc5546fece4
tree9adf7bbbf1edc65df8036ae493ed99a141c42dce
parent55aeabae10d9429de0453d6df4271426478b406b
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