Added !pragma warning error <#|all>, warning #, disable all, enable all, default all

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6898 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2017-09-01 23:06:48 +00:00
parent 52e1c24f30
commit ca009c196b
9 changed files with 116 additions and 40 deletions

View file

@ -2,6 +2,8 @@
;Multilingual Example Script
;Written by Joost Verburg
!pragma warning error all
;--------------------------------
;Include Modern UI

View file

@ -3,6 +3,8 @@
; This is an example of a multilingual installer
; The user can select the language on startup
!pragma warning error all
;--------------------------------
OutFile languages.exe

View file

@ -1,6 +1,9 @@
;NSIS Setup Script
;--------------------------------
!pragma warning error all
!pragma warning warning 7010 ; File /NonFatal
!ifdef VER_MAJOR & VER_MINOR
!define /ifndef VER_REVISION 0
!define /ifndef VER_BUILD 0