Warning directive
From Cppreference
< cpp | preprocessor
				
																
				
				
								
				| C++ Standard Library | 
|---|
| C++ language | 
| Preprocessor | 
Displays given message.
[edit] Syntax
| #warning warning_message | |||||||||
[edit] Explanation
After encountering #warning directive, diagnostic message warning_message is shown.
warning_message can consist of several words.