From 17b964dc915b26c99ac0df42fe9f05025a34be16 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 14 Mar 2017 19:04:51 +0100 Subject: btrfs-progs: tests: fssum, drop *_SOURCE defines, already provided via config.h In file included from /usr/include/stdio.h:27:0, from kerncompat.h:22, from tests/fssum.c:25: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ We've solved that long time ago and config.h now provides the macros. Signed-off-by: David Sterba --- tests/fssum.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests') diff --git a/tests/fssum.c b/tests/fssum.c index 2d62ba66..f5f83f9d 100644 --- a/tests/fssum.c +++ b/tests/fssum.c @@ -16,12 +16,6 @@ * Boston, MA 021110-1307, USA. */ -#define _BSD_SOURCE -#define _LARGEFILE64_SOURCE -#ifndef _GNU_SOURCE -#define _GNU_SOURCE -#endif - #include "kerncompat.h" #include #include -- cgit v1.2.3