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:
parent
1b11115193
commit
c8370fd064
13 changed files with 252 additions and 105 deletions
|
@ -11,6 +11,7 @@ LicenseText "All the action takes place on the next page..."
|
|||
|
||||
Page license
|
||||
Page custom nsDialogsPage
|
||||
!pragma warning disable 8000 ; "Page instfiles not used, no sections will be executed!"
|
||||
|
||||
Var BUTTON
|
||||
Var EDIT
|
||||
|
|
|
@ -16,6 +16,7 @@ Var BUTTON
|
|||
Var BUTTON2
|
||||
|
||||
Page custom nsDialogsPage
|
||||
!pragma warning disable 8000 ; "Page instfiles not used, no sections will be executed!"
|
||||
|
||||
Function OnTimer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue