freebsd-dev/lib/librt
Alex Richardson c8c62548bf Don't add -Winline for WARNS=6
This warning is very rarely useful (inline is a hint and not mandatory).
This flag results in many warnings being printed when compiling C++
code that uses the standard library with GCC.

This flag was originally added in back in r94332 but the flag is a no-op
in Clang ("This diagnostic flag exists for GCC compatibility, and has no
effect in Clang"). Removing it should make the GCC build output slightly
more readable.

Reviewed By:	jrtc27, imp
Differential Revision: https://reviews.freebsd.org/D29235
2021-03-22 11:55:45 +00:00
..
tests DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
aio.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
Makefile Don't add -Winline for WARNS=6 2021-03-22 11:55:45 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mq.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
sigev_thread.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
sigev_thread.h lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
Symbol.map Implement SIGEV_THREAD notifications for lio_listio(2) 2017-07-21 15:09:24 +00:00
timer.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00