Removed WinVer WaaS diagnostic warning

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7063 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2018-12-07 22:56:22 +00:00
parent 6f79ea23b4
commit 0b05c1d80d

View file

@ -546,7 +546,6 @@
!if "${WinVer_WaaS_Build}" <= 9600
!error 'WinVer: Unknown WaaS name: ${id}'
!endif
!warning '${op} ${WinVer_WaaS_Build} from ${id}'
!insertmacro _WinVer_BuildNumCheck ${op} ${WinVer_WaaS_Build} `${_t}` `${_f}`
!undef WinVer_WaaS_Build
!macroend