fix warning fix
This commit is contained in:
parent
39c152bada
commit
71b03da3ea
@ -646,7 +646,7 @@ int main(int argc, char **argv)
|
|||||||
aremain = args.size() - argidx;
|
aremain = args.size() - argidx;
|
||||||
|
|
||||||
if (op_flags & OPT_h)
|
if (op_flags & OPT_h)
|
||||||
Usage(stdout);
|
Usage();
|
||||||
#ifndef RCL_MONITOR
|
#ifndef RCL_MONITOR
|
||||||
if (op_flags & (OPT_m | OPT_w|OPT_x)) {
|
if (op_flags & (OPT_m | OPT_w|OPT_x)) {
|
||||||
cerr << "Sorry, -m not available: real-time monitoring was not "
|
cerr << "Sorry, -m not available: real-time monitoring was not "
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user