Bug 3805 - popt/popt.c: _ABS redefined
Summary: popt/popt.c: _ABS redefined
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.23
Hardware: SGI IRIX
: P3 normal
Target Milestone: none
Assignee: James Peach
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-25 09:04 UTC by Jason Mader (mail bounces back)
Modified: 2006-06-23 01:20 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) 2006-05-25 09:04:19 UTC
cc-1047 c99: WARNING File = popt/popt.c, Line = 930
  Macro "_ABS" (declared at line 1540 of "/usr/include/internal/math_core.h")
          has an incompatible redefinition.

  #define _ABS(a)       ((((a) - 0.0) < DBL_EPSILON) ? -(a) : (a))
          ^
Comment 1 James Peach 2006-06-23 01:20:47 UTC
Fixed in r16484.