btrfs-progs: build: fix builds with extra warnings, W=1
Wrong variable name used in the main makefile. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
ac4ec4d4f4
commit
f9ae914756
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ CFLAGS = @CFLAGS@ \
|
||||||
-DBTRFS_FLAT_INCLUDES \
|
-DBTRFS_FLAT_INCLUDES \
|
||||||
-D_XOPEN_SOURCE=700 \
|
-D_XOPEN_SOURCE=700 \
|
||||||
-fno-strict-aliasing \
|
-fno-strict-aliasing \
|
||||||
-fPIC $(KBUILD_CFLAGS) $(EXTRA_CFLAGS)
|
-fPIC $(EXTRAWARN_CFLAGS) $(EXTRA_CFLAGS)
|
||||||
|
|
||||||
LDFLAGS = @LDFLAGS@ \
|
LDFLAGS = @LDFLAGS@ \
|
||||||
-rdynamic $(EXTRA_LDFLAGS)
|
-rdynamic $(EXTRA_LDFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue