QP/C++ 6.9.3
std.lnt
Go to the documentation of this file.
1 
40 // message formatting options...
41 -hF1 // output: a single line
42 +ffn // use full path names
43 //-"format=%(\q%f\q %l %C%) %t %n: %m"
44 //-width(0,0) // do not break lines
45 -width(120,4) // break lines after 99 characters with 4 characters indent
46 +flm // make sure no foreign includes change the format
47 
48 +rw(inline, entry)
49 
50 -zero(99) // don't stop because of warnings
51 -passes(2) // make two passes (for better error messages)
52 -restore_at_end // don't let -e<nn> options bleed to other files
53 -summary() // produce a summary of all produced messages
54 
55 // globally supress the following warning:
56 -e546 // explicitly taking address of function
57 -e717 // monocarpic do-while used to group statements