[brasero] build: Disable format-y2k error



commit 14d03eecba21becb0a9c05609ae98764a4b6d155
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue May 31 17:08:16 2016 +0100

    build: Disable format-y2k error

 nautilus/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/nautilus/Makefile.am b/nautilus/Makefile.am
index 72eed5a..01dfe69 100644
--- a/nautilus/Makefile.am
+++ b/nautilus/Makefile.am
@@ -22,7 +22,8 @@ AM_CPPFLAGS =                                 \
        -DSHAREDIR=\""$(datadir)"\"             \
        -DDATADIR=\""$(datadir)/brasero"\"      \
        $(NAUTILUS_EXTENSION_CFLAGS)            \
-       $(DISABLE_DEPRECATED)
+       $(DISABLE_DEPRECATED)                   \
+       -Wno-error=format-y2k
 
 @INTLTOOL_DESKTOP_RULE@
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]