Searched hist:c8c62548bffb83f3d25e062929c45d66fea755f1 (Results 1 – 8 of 8) sorted by relevance
/freebsd/tools/regression/capsicum/syscalls/ |
H A D | Makefile | diff c8c62548bffb83f3d25e062929c45d66fea755f1 Mon Mar 22 12:55:45 CET 2021 Alex Richardson <arichardson@FreeBSD.org> 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
|
/freebsd/stand/i386/isoboot/ |
H A D | Makefile | diff c8c62548bffb83f3d25e062929c45d66fea755f1 Mon Mar 22 12:55:45 CET 2021 Alex Richardson <arichardson@FreeBSD.org> 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
|
/freebsd/stand/i386/boot2/ |
H A D | Makefile | diff c8c62548bffb83f3d25e062929c45d66fea755f1 Mon Mar 22 12:55:45 CET 2021 Alex Richardson <arichardson@FreeBSD.org> 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
|
/freebsd/lib/librt/ |
H A D | Makefile | diff c8c62548bffb83f3d25e062929c45d66fea755f1 Mon Mar 22 12:55:45 CET 2021 Alex Richardson <arichardson@FreeBSD.org> 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
|
/freebsd/lib/libthr/ |
H A D | Makefile | diff c8c62548bffb83f3d25e062929c45d66fea755f1 Mon Mar 22 12:55:45 CET 2021 Alex Richardson <arichardson@FreeBSD.org> 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
|
/freebsd/share/mk/ |
H A D | bsd.sys.mk | diff c8c62548bffb83f3d25e062929c45d66fea755f1 Mon Mar 22 12:55:45 CET 2021 Alex Richardson <arichardson@FreeBSD.org> 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
|
/freebsd/sys/conf/ |
H A D | kern.mk | diff c8c62548bffb83f3d25e062929c45d66fea755f1 Mon Mar 22 12:55:45 CET 2021 Alex Richardson <arichardson@FreeBSD.org> 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
|
H A D | kern.pre.mk | diff c8c62548bffb83f3d25e062929c45d66fea755f1 Mon Mar 22 12:55:45 CET 2021 Alex Richardson <arichardson@FreeBSD.org> 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
|