[Home]

Summary:ASTERISK-06631: CLOBBERMMX warning after defining CONFIG_ZAPTEL_MMX
Reporter:Lee Archer (vgster)Labels:
Date Opened:2006-03-28 02:17:19.000-0600Date Closed:2008-06-07 11:28:32
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Was present in v1.2.4 and is in v1.2.5 of the zaptel source.  Defining CONFIG_ZAPTEL_MMX in zconfig.h and doing a make linux26 will output the warning /usr/src/zaptel-1.2.5/arith.h:25:5: warning: "CLOBBERMMX" is not defined

In arith.h there are 2 instances of #if CLOBBERMMX.  Changing the #if to #ifdef corrects the warning.
Comments:By: Russell Bryant (russell) 2006-03-28 12:23:22.000-0600

fixed in 1.2 and the trunk in revisions 990 and 991, thanks!

By: Digium Subversion (svnbot) 2008-06-07 11:28:26

Repository: dahdi
Revision: 990

U   branches/1.2/arith.h

------------------------------------------------------------------------
r990 | russell | 2008-06-07 11:28:24 -0500 (Sat, 07 Jun 2008) | 2 lines

suppress some warnings (issue ASTERISK-6631)

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=990

By: Digium Subversion (svnbot) 2008-06-07 11:28:31

Repository: dahdi
Revision: 991

_U  trunk/
U   trunk/arith.h

------------------------------------------------------------------------
r991 | russell | 2008-06-07 11:28:29 -0500 (Sat, 07 Jun 2008) | 10 lines

Merged revisions 990 via svnmerge from
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r990 | russell | 2006-03-28 13:22:15 -0500 (Tue, 28 Mar 2006) | 2 lines

suppress some warnings (issue ASTERISK-6631)

........

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=991