From cb8ed08f6ff1471981f3bd860db0f94cb789ed77 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Mon, 13 Jun 2022 17:51:21 +0000 Subject: [PATCH] - rediced compiler warnings git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@964 b431acfa-c32f-4a4a-93f1-934dc6c82436 --- radio/tests/interpolation/farrow/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/radio/tests/interpolation/farrow/Makefile b/radio/tests/interpolation/farrow/Makefile index ee76634..d04d847 100644 --- a/radio/tests/interpolation/farrow/Makefile +++ b/radio/tests/interpolation/farrow/Makefile @@ -6,6 +6,8 @@ CFLAGS_release := -O3 -flto LDFLAGS_release := -O3 -flto TARGET_ARCH := -march=native CXXFLAGS += -std=c++20 +CXXFLAGS += -Wno-volatile +CXXFLAGS += -Wno-deprecated-declarations PWD := $(realpath .) CXX_SRCS += $(PWD)/main.cpp