[asterisk-bugs] [Asterisk 0006814]: CLOBBERMMX warning after defining CONFIG_ZAPTEL_MMX
noreply at bugs.digium.com
noreply at bugs.digium.com
Sat Jun 7 11:28:33 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=6814
======================================================================
Reported By: vgster
Assigned To: russell
======================================================================
Project: Asterisk
Issue ID: 6814
Category: Core/General
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: I did not set the version :(
SVN Branch (only for SVN checkouts, not tarball releases): 1.2
SVN Revision (number only!):
Disclaimer on File?: No
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 03-28-2006 02:17 CST
Last Modified: 06-07-2008 11:28 CDT
======================================================================
Summary: CLOBBERMMX warning after defining CONFIG_ZAPTEL_MMX
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.
======================================================================
----------------------------------------------------------------------
svnbot - 06-07-08 11:28
----------------------------------------------------------------------
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 http://bugs.digium.com/view.php?id=6814)
........
------------------------------------------------------------------------
http://svn.digium.com/view/dahdi?view=rev&revision=991
Issue History
Date Modified Username Field Change
======================================================================
06-07-08 11:28 svnbot Note Added: 0088114
======================================================================
More information about the asterisk-bugs
mailing list