Bug 5400 - talloc.c: Incompatible macro redefinition
Summary: talloc.c: Incompatible macro redefinition
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.2
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.2.0
Hardware: SGI IRIX
: P3 normal
Target Milestone: ---
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-17 11:45 UTC by Jason Mader (mail bounces back)
Modified: 2008-04-19 10:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mader (mail bounces back) 2008-04-17 11:45:32 UTC
In Samba 3.2.0pre2
--- ./lib/talloc/talloc.o ---
cc-1047 c99: WARNING File = ./lib/talloc/talloc.c, Line = 88
  Macro "likely" (declared at line 175 of "include/debug.h") has an incompatible
          redefinition.

  #define likely(x) x
          ^

cc-1047 c99: WARNING File = ./lib/talloc/talloc.c, Line = 89
  Macro "unlikely" (declared at line 176 of "include/debug.h") has an
          incompatible redefinition.

  #define unlikely(x) x
          ^
Comment 1 Volker Lendecke 2008-04-19 10:06:24 UTC
Fixed with 87d8a63ce4, thanks!

Volker