btrfs-progs: tests: fssum, drop *_SOURCE defines, already provided via config.h
authorDavid Sterba <dsterba@suse.com>
Tue, 14 Mar 2017 18:04:51 +0000 (19:04 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 16 Mar 2017 16:02:44 +0000 (17:02 +0100)
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 <dsterba@suse.com>
tests/fssum.c

index 2d62ba6..f5f83f9 100644 (file)
  * Boston, MA 021110-1307, USA.
  */
 
-#define _BSD_SOURCE
-#define _LARGEFILE64_SOURCE
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE
-#endif
-
 #include "kerncompat.h"
 #include <stdio.h>
 #include <stdlib.h>