Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

cpp ignore warning in line

#pragma warning(suppress: 4101)
// here goes your single line of code where the warning occurs
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #cpp #ignore #warning #line
ADD COMMENT
Topic
Name
8+1 =