Now that the code has been made modern and a few minor problems have
been addressed, enable the "-Wall" flag for gcc when building files
under "testcases/kernel/fs/doio/".

Signed-off-by: Alex Elder <[email protected]>
---
 testcases/kernel/fs/doio/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testcases/kernel/fs/doio/Makefile 
b/testcases/kernel/fs/doio/Makefile
index 2cfc8b7..7e56089 100644
--- a/testcases/kernel/fs/doio/Makefile
+++ b/testcases/kernel/fs/doio/Makefile
@@ -24,7 +24,7 @@ top_srcdir            ?= ../../../..
 
 include $(top_srcdir)/include/mk/testcases.mk
 
-CFLAGS                 += -D_LARGEFILE64_SOURCE
+CFLAGS                 += -D_LARGEFILE64_SOURCE -Wall
 LDLIBS                 += -lrt -lpthread
 
 INSTALL_TARGETS                := rwtest
-- 
1.7.4


------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to