FreeBSD Bugzilla – Attachment 160112 Details for
Bug 202493
Fix devel/k8048 builds with clang 3.7.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix devel/k8048 pedantic-errors with clang 3.7.0
devel__k8048-fix-pedantic-errors.diff (text/plain), 914 bytes, created by
Dimitry Andric
on 2015-08-19 19:37:52 UTC
(
hide
)
Description:
Fix devel/k8048 pedantic-errors with clang 3.7.0
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2015-08-19 19:37:52 UTC
Size:
914 bytes
patch
obsolete
>Index: devel/k8048/files/patch-Src-io.c >=================================================================== >--- devel/k8048/files/patch-Src-io.c (revision 0) >+++ devel/k8048/files/patch-Src-io.c (working copy) >@@ -0,0 +1,11 @@ >+--- io.c.orig 2014-10-31 12:52:38.000000000 +0100 >++++ io.c 2015-08-19 21:31:54.495046000 +0200 >+@@ -1123,7 +1123,7 @@ io_test_in(struct k8048 *k, int t1, int >+ >+ if (k->debug >= 10) { >+ fprintf(stderr, "%s(k, t1=%d, t2=%d, %p)\n", >+- __func__, t1, t2, byte); >++ __func__, t1, t2, (void*)byte); >+ } >+ >+ /* Get start bit */ > >Property changes on: devel/k8048/files/patch-Src-io.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 202493
: 160112