Skip to content

Commit 1411af0

Browse files
committed
add warning
1 parent 6b38bc9 commit 1411af0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

source.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include <iostream>
22

3+
#warning "WARNNING: This is a warning message"
4+
35
[[nodiscard]] int func() { return 42; }
46

57
int main() {

0 commit comments

Comments
 (0)