Skip to content

Commit

Permalink
Removes ifdef debug warning (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerelictDrone authored Nov 19, 2023
1 parent 9a16f24 commit 2ccc375
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/wire/client/hlzasm/hc_preprocess.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function HCOMP:ParsePreprocessMacro(lineText,macroPosition)
if macroName == "ifdef" or macroName == "ifndef" then
self.EndIfsToSkip = self.EndIfsToSkip + 1
end
self:Warning("skipping to next macro after checking "..macroName)
local InComment = false
-- If this while loop hits end of file before #endif it won't produce an error, seems like the original behavior for ifdefs
while self:getChar() ~= "" do
Expand Down

0 comments on commit 2ccc375

Please sign in to comment.