mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Makefile: Use common warnings settings for loongarch64
WARNINGS variable should be amended, not redefined. We still need, e.g., `-Wno-dangling-pointer` to build criu on loongarch64 with gcc13. Signed-off-by: Ivan A. Melnikov <iv@altlinux.org>
This commit is contained in:
parent
37d62fa475
commit
8a51639e3d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -127,7 +127,7 @@ WARNINGS := -rdynamic
|
|||
endif
|
||||
|
||||
ifeq ($(ARCH),loongarch64)
|
||||
WARNINGS := -Wno-implicit-function-declaration
|
||||
WARNINGS += -Wno-implicit-function-declaration
|
||||
endif
|
||||
|
||||
ifneq ($(GCOV),)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue