I read here : "Each preprocessor directive begins with a hash character (#), and all preprocessor directives should appear on one line. A newline character, not a semicolon, indicates the end of the directive.
But I was wondering, maybe there is a trick for creating multi-line #warning, because at the early stage of some code I write a warning that covers more than the width of the screen.
source
share