Searched hist:"03 c3e2083e21ba8b48beaf673f9641e28a474291" (Results 1 – 3 of 3) sorted by relevance
/haiku/src/libs/compat/freebsd_network/compat/sys/ |
H A D | _mutex.h | 03c3e2083e21ba8b48beaf673f9641e28a474291 Sat Jun 24 20:28:59 UTC 2023 Niels Sascha Reedijk <niels.reedijk@gmail.com> freebsd_compat: fix GCC warning
The C++ standard in rule 3.3.7[basic.scope.class] determines how the compiler should handle cases where a member shares the name of a type. It is up to the compiler whether this requires a diagnostic warning. GCC 13 emits a warning (changes-meaning). This fixes the issuing of this warning.
Change-Id: I9c58c0dd6298055959154f78d47ad9088e8225dc Reviewed-on: https://review.haiku-os.org/c/haiku/+/6651 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
H A D | mutex.h | 03c3e2083e21ba8b48beaf673f9641e28a474291 Sat Jun 24 20:28:59 UTC 2023 Niels Sascha Reedijk <niels.reedijk@gmail.com> freebsd_compat: fix GCC warning
The C++ standard in rule 3.3.7[basic.scope.class] determines how the compiler should handle cases where a member shares the name of a type. It is up to the compiler whether this requires a diagnostic warning. GCC 13 emits a warning (changes-meaning). This fixes the issuing of this warning.
Change-Id: I9c58c0dd6298055959154f78d47ad9088e8225dc Reviewed-on: https://review.haiku-os.org/c/haiku/+/6651 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|
/haiku/src/libs/compat/freebsd_network/ |
H A D | mutex.c | 03c3e2083e21ba8b48beaf673f9641e28a474291 Sat Jun 24 20:28:59 UTC 2023 Niels Sascha Reedijk <niels.reedijk@gmail.com> freebsd_compat: fix GCC warning
The C++ standard in rule 3.3.7[basic.scope.class] determines how the compiler should handle cases where a member shares the name of a type. It is up to the compiler whether this requires a diagnostic warning. GCC 13 emits a warning (changes-meaning). This fixes the issuing of this warning.
Change-Id: I9c58c0dd6298055959154f78d47ad9088e8225dc Reviewed-on: https://review.haiku-os.org/c/haiku/+/6651 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
|