Fixed 5 GCC warnings

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6502 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2014-06-22 18:50:54 +00:00
parent 0c0d2d3f2f
commit 6bba242764
4 changed files with 8 additions and 5 deletions

View file

@ -106,9 +106,9 @@ CEXEBuild::~CEXEBuild()
}
CEXEBuild::CEXEBuild(signed char pponly) :
preprocessonly(pponly),
m_exehead(0),
m_exehead_size(0),
preprocessonly(pponly)
m_exehead_size(0)
{
set_verbosity(3);