Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 827391 Details for
Bug 879713
net-analyzer/hydra: possible configure breakage with Clang 16
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
clang.diff
clang.diff (text/plain), 1.39 KB, created by
Matt Jolly
on 2022-11-04 22:12:19 UTC
(
hide
)
Description:
clang.diff
Filename:
MIME Type:
Creator:
Matt Jolly
Created:
2022-11-04 22:12:19 UTC
Size:
1.39 KB
patch
obsolete
>--- clang-14.log 2022-11-02 22:36:15.746754990 +1100 >+++ clang-15.log 2022-11-02 22:36:15.747754986 +1100 >@@ -1,8 +1,8 @@ >-comptest118.c:3:24: warning: call to undeclared library function 'strrchr' with type 'char *(const char *, int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] >+comptest118.c:3:24: error: call to undeclared library function 'strrchr' with type 'char *(const char *, int)'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > int main() { char *x = strrchr("test", 'e'); if (x == NULL) return 0; else return 1; } > ^ > comptest118.c:3:24: note: include the header <string.h> or explicitly provide a declaration for 'strrchr' >-comptest118.c:3:24: warning: call to undeclared library function 'strrchr' with type 'char *(const char *, int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] >+comptest118.c:3:24: error: call to undeclared library function 'strrchr' with type 'char *(const char *, int)'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration] > int main() { char *x = strrchr("test", 'e'); if (x == NULL) return 0; else return 1; } > ^ > comptest118.c:3:24: note: include the header <string.h> or explicitly provide a declaration for 'strrchr'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 879713
:
827387
|
827389
| 827391