v1.0
Functions
code_with_warning.cc File Reference
#include <iostream>
Functions
int
main
(
int
argc,
char
**argv)
Driver code that creates a warning when compiled. Used to test self tests!
More...
Function Documentation
◆
main()
int
main
(
int
argc
,
char
**
argv
)
Driver code that creates a warning when compiled. Used to test self tests!
32
{
33
34
unsigned
deliberately_unused_variable=1;
35
36
std::cout <<
"This worked"
<< std::endl;
37
38
return
0;
39
40
}
//end of main
oomph-lib
self_test
deliberately_broken_code_for_self_test_test
code_with_warning.cc
Generated on Wed Aug 27 2025 17:04:54 for MercuryDPM by
1.9.1