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

@@ -61,8 +61,6 @@ bool glr_parser = false;
int report_flag = report_none;
int trace_flag = trace_none;
int warnings_flag = Wconflicts_sr | Wconflicts_rr
| Wother;
static struct bison_language const valid_languages[] = {
{ "c", "c-skel.m4", ".c", ".h", true },