Refactor and document !pragma warning error and warning states

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6980 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2018-01-31 15:31:49 +00:00
parent ee4e6039ae
commit 0b01a969e4
4 changed files with 13 additions and 25 deletions

View file

@ -184,7 +184,7 @@ This command will issue a warning to the script compiler. You can also add a mes
\S1{pragma} !pragma
\c warning <enable|disable|default> code
\c warning <enable|disable|default|error|warning> <code|all>
\c warning <push|pop>
The pragma commands allows you to change compiler features and behavior.

View file

@ -38,6 +38,8 @@ Released on January 29th, 2018
\b MakeNSIS exits with code 0 for various information commands (\W{http://sf.net/p/nsis/bugs/1193}{bug #1193})
\b Added error and warning states to !pragma warning
\b Removed unused NSD_LB_Clear macro parameter
\S2{} Translations