!undef now issues warnings instead of errors
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7039 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
931b06c782
commit
1afaca0e41
5 changed files with 23 additions and 6 deletions
|
@ -95,6 +95,7 @@ typedef enum {
|
|||
DW_PP_DELFILE_NOMATCH = DW_PP_DELFILE_DELERROR,
|
||||
DW_PP_VERBOSE_POP_EMPTY_STACK = 6150,
|
||||
//DW_PP_VERBOSE_BAD_LEVEL = 6151?, // 2.x failed to issue a warning. 3.x currently aborts with hard error.
|
||||
DW_PP_UNDEF_UNDEFINED = 6155,
|
||||
DW_INCLUDE_NONFATAL_NOT_FOUND = 7000, // reserved ..7009
|
||||
DW_FILE_NONFATAL_NOT_FOUND = 7010, // reserved ..7019
|
||||
DW_LANGSTRING_OVERLONGLENGTH = 7020, // reserved ..7024
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue