Warning directive
From cppreference.com
< cpp | preprocessor
| C++ Reference |
|---|
| 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.