X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=bb92ba903a42b469265508c30e9a3b167566c917;hb=63869e10ac4d8572238989e1b582c0314da91f9c;hp=8471b4f53245e0ce30765d5367c7c1dbbf982b1e;hpb=2e2c88665843b4bd805dbd1a2c71e5959fa9d5bb;p=ric-plt%2Fsdl.git diff --git a/Makefile.am b/Makefile.am index 8471b4f..bb92ba9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ BASE_CPPFLAGS = \ -Werror \ -Wextra \ -Wno-missing-field-initializers \ + -Wno-error=deprecated-declarations \ -I$(top_srcdir)/include \ -I$(builddir)/include \ -DSDL_CONF_DIR='"@SDL_CONF_DIR@"' \ @@ -302,6 +303,7 @@ testrunner_SOURCES = \ include/private/tst/enginemock.hpp \ include/private/tst/gettopsrcdir.hpp \ include/private/tst/namespaceconfigurationsmock.hpp \ + include/private/tst/syncstorageimplmock.hpp \ include/private/tst/systemmock.hpp \ include/private/tst/wellknownerrorcode.hpp \ tst/abort_test.cpp \