diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2011-03-09 14:12:09 +0100 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2011-03-09 14:12:09 +0100 |
| commit | 93b9b18b5096c7591c02036e1c908f3bcbb09f29 (patch) | |
| tree | 1280710d7ee89769571757579d6312cf862f5354 /src/report-python/Makefile.am | |
| parent | 97db1f93f59091fc85624b618e7cec1ac3d48169 (diff) | |
| download | abrt-93b9b18b5096c7591c02036e1c908f3bcbb09f29.tar.gz abrt-93b9b18b5096c7591c02036e1c908f3bcbb09f29.tar.xz abrt-93b9b18b5096c7591c02036e1c908f3bcbb09f29.zip | |
add -Wwrite-strings everywhere
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/report-python/Makefile.am')
| -rw-r--r-- | src/report-python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report-python/Makefile.am b/src/report-python/Makefile.am index a00e2d7b..94dc3abb 100644 --- a/src/report-python/Makefile.am +++ b/src/report-python/Makefile.am @@ -23,7 +23,7 @@ _pyreport_la_CPPFLAGS = \ $(GLIB_CFLAGS) \ $(PYTHON_CFLAGS) \ -D_GNU_SOURCE \ - -Wall -Werror + -Wall -Wwrite-strings -Werror _pyreport_la_LDFLAGS = \ -module \ -avoid-version \ |
