diff options
author | Murray Cumming <murrayc@murrayc.com> | 2012-07-10 12:38:03 +0200 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2012-07-11 10:44:25 +0200 |
commit | b5382e28d6765301cc64271e974cc1af35c8ceac (patch) | |
tree | c294263f3f69ce72c2f0099e5cd46afbac167ccb /autogen.sh | |
parent | 2a5b8991314744d5c85282fc7a9ef304829bf054 (diff) | |
download | grilo-b5382e28d6765301cc64271e974cc1af35c8ceac.tar.gz |
core: Avoid pedantic compiler warnings with C++.
g++ complains about trailing commas in enums when using
-Wpedantic.
This fixes https://bugzilla.gnome.org/show_bug.cgi?id=679674
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,4 +20,4 @@ which gnome-autogen.sh || { REQUIRED_AUTOMAKE_VERSION=1.10 \ USE_GNOME2_MACROS=1 \ USE_COMMON_DOC_BUILD=yes \ -. gnome-autogen.sh $* +bash gnome-autogen.sh $* |