diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2025-04-16 14:10:35 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2025-04-16 14:10:35 +0000 |
| commit | 5e6befdaca5194a8fb91b48d5f678942f22fa8f1 (patch) | |
| tree | c4ca9a1792c8328e9184b4ada17725df9d465f6c /libexec | |
| parent | 25f2634a1f4b27c9804b705e85bc104a2eac67b9 (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/atf/atf-check/Makefile | 4 | ||||
| -rw-r--r-- | libexec/atf/atf-sh/Makefile | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/libexec/atf/atf-check/Makefile b/libexec/atf/atf-check/Makefile index e1ccdce95ec8..87d7a7cfdada 100644 --- a/libexec/atf/atf-check/Makefile +++ b/libexec/atf/atf-check/Makefile @@ -38,10 +38,6 @@ MAN= atf-check.1 CFLAGS+= -I${ATF} CFLAGS+= -DATF_SHELL='"/bin/sh"' -# Silence warnings about usage of deprecated std::auto_ptr -CXXWARNFLAGS+= -Wno-deprecated-declarations -CXXSTD= c++11 - LIBADD= atf_cxx HAS_TESTS= diff --git a/libexec/atf/atf-sh/Makefile b/libexec/atf/atf-sh/Makefile index 3c06afa446c4..ba949fd3072e 100644 --- a/libexec/atf/atf-sh/Makefile +++ b/libexec/atf/atf-sh/Makefile @@ -65,9 +65,6 @@ CFLAGS+= -DATF_PKGDATADIR='"${SHAREDIR}/atf"' CFLAGS+= -DATF_SHELL='"/bin/sh"' CFLAGS+= -I${ATF} -# Silence warnings about usage of deprecated std::auto_ptr -CXXWARNFLAGS+= -Wno-deprecated-declarations - LIBADD= atf_cxx FILESGROUPS= SUBR |
