mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-20 14:05:18 +00:00
btrfs-progs: build: use -std=gnu11
The kernel switched to this recently, switch btrfs-progs to this as well to avoid issues with syncing the kernel code. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
a8531bfa39
commit
0d5767e664
2
Makefile
2
Makefile
@ -400,7 +400,7 @@ ifdef C
|
|||||||
grep -v __SIZE_TYPE__ > $(check_defs))
|
grep -v __SIZE_TYPE__ > $(check_defs))
|
||||||
check = $(CHECKER)
|
check = $(CHECKER)
|
||||||
check_echo = echo
|
check_echo = echo
|
||||||
CSTD = -std=gnu89
|
CSTD = -std=gnu11
|
||||||
else
|
else
|
||||||
check = true
|
check = true
|
||||||
check_echo = true
|
check_echo = true
|
||||||
|
Loading…
Reference in New Issue
Block a user