FreeBSD Bugzilla – Attachment 165718 Details for
Bug 206337
devel/dee: fix build with clang 3.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Parenthesize journal_iter_is_removed macro so it doesn't cause warnings
devel__dee-fix-bad-macro-1.diff (text/plain), 1.10 KB, created by
Dimitry Andric
on 2016-01-17 14:56:08 UTC
(
hide
)
Description:
Parenthesize journal_iter_is_removed macro so it doesn't cause warnings
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2016-01-17 14:56:08 UTC
Size:
1.10 KB
patch
obsolete
>Index: devel/dee/files/patch-src__dee-transaction.c >=================================================================== >--- devel/dee/files/patch-src__dee-transaction.c (nonexistent) >+++ devel/dee/files/patch-src__dee-transaction.c (working copy) >@@ -0,0 +1,11 @@ >+--- src/dee-transaction.c.orig 2012-11-28 09:46:41.000000000 +0100 >++++ src/dee-transaction.c 2016-01-17 15:50:39.997965000 +0100 >+@@ -233,7 +233,7 @@ journal_iter_free (JournalIter *jiter) >+ g_slice_free (JournalIter, jiter); >+ } >+ >+-#define journal_iter_is_removed(jiter) jiter->change_type == CHANGE_TYPE_REMOVE >++#define journal_iter_is_removed(jiter) (jiter->change_type == CHANGE_TYPE_REMOVE) >+ >+ static JournalSegment* >+ journal_segment_new_before (DeeModelIter *iter, DeeTransaction *txn) > >Property changes on: devel/dee/files/patch-src__dee-transaction.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 206337
: 165718