We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b38bc9 commit 1411af0Copy full SHA for 1411af0
1 file changed
source.cpp
@@ -1,5 +1,7 @@
1
#include <iostream>
2
3
+#warning "WARNNING: This is a warning message"
4
+
5
[[nodiscard]] int func() { return 42; }
6
7
int main() {
0 commit comments