Use a warning helper function so "warn as error" works everywhere

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6709 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2016-02-16 14:59:04 +00:00
parent 0bd3a0d1a1
commit 4b0d6b1843
2 changed files with 36 additions and 33 deletions

View file

@ -306,6 +306,7 @@ class CEXEBuild {
int resolve_coderefs(const TCHAR *str);
void print_warnings();
void warninghelper(const TCHAR *msg);
int uninstall_generate();
/** Are we defining an uninstall version of the code?