Reference/!warning: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Created page with "=!warning= [message] This command will issue a warning to the script compiler. You can also add a message to this warning. <highlight-nsis>!ifdef USE_DANGEROUS_STUFF !wa...") |
mNo edit summary |
||
| Line 8: | Line 8: | ||
!warning "using dangerous stuff" | !warning "using dangerous stuff" | ||
!endif</highlight-nsis> | !endif</highlight-nsis> | ||
''Command introduced with NSIS v1.1u'' | |||
Latest revision as of 20:16, 4 June 2013
!warning
[message]
This command will issue a warning to the script compiler. You can also add a message to this warning.
!ifdef USE_DANGEROUS_STUFF !warning "using dangerous stuff" !endif
Command introduced with NSIS v1.1u