FreeBSD Bugzilla – Attachment 204062 Details for
Bug 237602
security/tinc-devel autoconf fails with clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to be copied into files directory
patch-configure (text/plain), 1.18 KB, created by
Michael Pape
on 2019-04-27 12:14:45 UTC
(
hide
)
Description:
patch to be copied into files directory
Filename:
MIME Type:
Creator:
Michael Pape
Created:
2019-04-27 12:14:45 UTC
Size:
1.18 KB
patch
obsolete
>--- configure.orig 2019-04-27 11:57:13 UTC >+++ configure >@@ -6192,8 +6192,8 @@ else > CFLAGS="$CFLAGS -Wall -Werror" > cat confdefs.h - <<_ACEOF >conftest.$ac_ext > /* end confdefs.h. */ >-void *test(void) __attribute__ ((__malloc__)); >- void *test(void) { return (void *)0; } >+void *test(void *x) __attribute__ ((__malloc__)); >+ void *test(void *x) { return (void *)0; } > > _ACEOF > if ac_fn_c_try_compile "$LINENO"; then : >@@ -6226,8 +6226,8 @@ else > CFLAGS="$CFLAGS -Wall -Werror" > cat confdefs.h - <<_ACEOF >conftest.$ac_ext > /* end confdefs.h. */ >-void *test(void) __attribute__ ((__nonnull__)); >- void *test(void) { return (void *)0; } >+void *test(void *x) __attribute__ ((__nonnull__)); >+ void *test(void *x) { return (void *)0; } > > _ACEOF > if ac_fn_c_try_compile "$LINENO"; then : >@@ -6260,8 +6260,8 @@ else > CFLAGS="$CFLAGS -Wall -Werror" > cat confdefs.h - <<_ACEOF >conftest.$ac_ext > /* end confdefs.h. */ >-void *test(void) __attribute__ ((__warn_unused_result__)); >- void *test(void) { return (void *)0; } >+void *test(void *x) __attribute__ ((__warn_unused_result__)); >+ void *test(void *x) { return (void *)0; } > > _ACEOF > if ac_fn_c_try_compile "$LINENO"; then :
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 237602
: 204062