Reword the comment above NO_WERROR

This commit is contained in:
Enji Cooper 2019-02-21 06:51:35 +00:00
parent 1d4fb286a0
commit 7b42ad1434
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/import-googletest-1.8.1/; revision=344424
4 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ GTESTS+= gmock_stress_test
LIBADD+= pthread gtest gmock
# XXX: https://github.com/google/googletest/pull/2119
# The next release will resolve a number of build warnings issues.
NO_WERROR=
.include <bsd.test.mk>

View file

@ -31,7 +31,7 @@ SRCS.gmock_link_test= \
LIBADD= gmock_main gmock gtest
# XXX: https://github.com/google/googletest/pull/2119
# The next release will resolve a number of build warnings issues.
NO_WERROR=
.include <bsd.test.mk>

View file

@ -40,7 +40,7 @@ LIBADD+= gtest
# handling this.
LIBADD.gtest_stress_test+= pthread
# XXX: https://github.com/google/googletest/pull/2119
# The next release will resolve a number of build warnings issues.
NO_WERROR=
.include <bsd.test.mk>

View file

@ -36,7 +36,7 @@ LIBADD+= gtest gtest_main
LIBADD.googletest-port-test+= pthread
LIBADD.gtest_unittest+= pthread
# XXX: https://github.com/google/googletest/pull/2119
# The next release will resolve a number of build warnings issues.
NO_WERROR=
.include <bsd.test.mk>