From 8a43ce98138d363b6595a16b98b6016c5e306191 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 28 Oct 2025 23:13:42 +0100 Subject: Use C90-compliant comments --- include/strings.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/strings.h') diff --git a/include/strings.h b/include/strings.h index 511acca..b1c5c77 100644 --- a/include/strings.h +++ b/include/strings.h @@ -34,7 +34,8 @@ extern "C" { __fh_access(write_only, 2, 3) __fh_access(read_only, 1, 3) #if __has_builtin(__builtin_bcopy) && !defined(__clang__) -// parameter 1 of function '__orig_bcopy' has type 'const void *', but parameter 1 of function '__builtin_bcopy' has type 'void *' +/* parameter 1 of function '__orig_bcopy' has type 'const void, but + * parameter 1 of function '__builtin_bcopy' has type 'void *' */ __diagnose_as_builtin(__builtin_bcopy, 1, 2, 3) #endif _FORTIFY_FN(bcopy) void bcopy(const void * _FORTIFY_POS0 __s, -- cgit v1.3