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 <dsterba@suse.com>
This commit is contained in:
David Sterba 2017-03-14 19:04:51 +01:00
parent 855b4272a4
commit 17b964dc91
1 changed files with 0 additions and 6 deletions

View File

@ -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 <stdio.h>
#include <stdlib.h>