forked from ariadne/pkgconf
main: --silence-errors should be opt-in only.
parent
5f168493c5
commit
da7e3de991
2
main.c
2
main.c
|
@ -483,7 +483,7 @@ main(int argc, char *argv[])
|
||||||
pkg_queue_t *pkgq_head = NULL;
|
pkg_queue_t *pkgq_head = NULL;
|
||||||
char *builddir;
|
char *builddir;
|
||||||
int want_errors_on_stdout = 0;
|
int want_errors_on_stdout = 0;
|
||||||
int want_silence_errors = 1;
|
int want_silence_errors = 0;
|
||||||
|
|
||||||
struct pkg_option options[] = {
|
struct pkg_option options[] = {
|
||||||
{ "version", no_argument, &want_version, 1, },
|
{ "version", no_argument, &want_version, 1, },
|
||||||
|
|
Loading…
Reference in New Issue