1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 15:50:25 +00:00

Show warnings with -v -q

This commit is contained in:
Luke Ceddia 2021-01-14 22:45:27 +11:00
parent 6d4878d643
commit 7633a64ccb
No known key found for this signature in database
GPG key ID: 319344384A0759B0

View file

@ -25169,7 +25169,7 @@ SUB addWarning (whichLineNumber AS LONG, includeLevel AS LONG, incLineNumber AS
warningsissued = -1
totalWarnings = totalWarnings + 1
IF idemode = 0 AND NOT QuietMode AND VerboseMode THEN
IF idemode = 0 AND VerboseMode THEN
thissource$ = getfilepath$(CMDLineFile)
thissource$ = MID$(CMDLineFile, LEN(thissource$) + 1)
thisincname$ = getfilepath$(incFileName$)