Lines Matching refs:warning
830 // been done before. Prints a warning if there are too many or too
1331 // Workaround for debatable pass-by-reference lint warning (c-library-team
1344 // we need to temporarily disable the warning. We have to do it for
1345 // the entire class to suppress the warning, even though it's about
1349 # pragma warning(push) // Saves the current warning state.
1350 # pragma warning(disable:4355) // Temporarily disables warning 4355.
1788 # pragma warning(pop) // Restores the warning state.