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:
parent
0bd3a0d1a1
commit
4b0d6b1843
2 changed files with 36 additions and 33 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue