warnings: move them to complain.c.

* src/getargs.h, src/getargs.c (warnings, warnings_flags): Move to...
* src/complain.h, src/complain.c: Here.
This commit is contained in:
Victor Santet
2012-06-28 16:44:20 +02:00
committed by Akim Demaille
parent 327db05b22
commit d0f11c1b62
4 changed files with 21 additions and 20 deletions

View File

@@ -29,6 +29,8 @@
#include "files.h"
#include "getargs.h"
int warnings_flag = Wconflicts_sr | Wconflicts_rr | Wother;
bool complaint_issued;
static unsigned *indent_ptr = 0;