Added !pragma warning (patch #267)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6852 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2017-04-25 13:09:41 +00:00
parent 1b11115193
commit c8370fd064
13 changed files with 252 additions and 105 deletions

View file

@ -120,6 +120,7 @@ enum
TOK_P_ERROR,
TOK_P_VERBOSE,
TOK_P_PRAGMA,
TOK_P_MACRO,
TOK_P_MACROEND,