bug-parted
[Top][All Lists]
Advanced

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

[PATCH 4/6] build: enable compilation warnings also for new nilfs2 subdi


From: Jim Meyering
Subject: [PATCH 4/6] build: enable compilation warnings also for new nilfs2 subdir
Date: Wed, 16 Mar 2011 19:40:45 +0100

* libparted/fs/nilfs2/Makefile.am (AM_CFLAGS): Define.
---
 libparted/fs/nilfs2/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/libparted/fs/nilfs2/Makefile.am b/libparted/fs/nilfs2/Makefile.am
index 9bb87b6..c7cfd68 100644
--- a/libparted/fs/nilfs2/Makefile.am
+++ b/libparted/fs/nilfs2/Makefile.am
@@ -1,5 +1,7 @@
 partedincludedir       = -I$(top_srcdir)/include

+AM_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS)
+
 noinst_LTLIBRARIES     = libnilfs2.la
 libnilfs2_la_SOURCES   = nilfs2.c

--
1.7.4.1.430.g5aa4d



reply via email to

[Prev in Thread] Current Thread [Next in Thread]