[Home]

Summary:DAHLIN-00146: [patch] Fix 'void *' pointer arithmetic warnings in echo cancellation drivers
Reporter:Max Khon (max khon)Labels:
Date Opened:2009-09-21 22:31:47Date Closed:2011-01-20 23:28:52.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:dahdi (the module)
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) dahdi_echocan.diff
( 1) dahdi_echocan2.diff
( 2) void2.diff
Description:Attached patch fixes the following warning on newer gcc:

warning: pointer of type 'void *' used in arithmetic
warning: no previous prototype for 'dc_removal'
Comments:By: Max Khon (max khon) 2009-09-21 22:43:09

dahdi_echocan2.diff contains an alternative patch (with smaller diff)

By: Max Khon (max khon) 2009-10-28 15:38:27

void2.diff eliminates more "void *" arithmetic (now in main dahdi driver).

By: Digium Subversion (svnbot) 2010-09-29 16:32:56

Repository: dahdi
Revision: 9420

U   linux/trunk/drivers/dahdi/dahdi-base.c
U   linux/trunk/drivers/dahdi/dahdi_echocan_kb1.c
U   linux/trunk/drivers/dahdi/dahdi_echocan_mg2.c

------------------------------------------------------------------------
r9420 | sruffell | 2010-09-29 16:32:55 -0500 (Wed, 29 Sep 2010) | 10 lines

dahdi: Fix 'void *' pointer arithmetic warnings.

(closes issue DAHLIN-146)
Reported by: Max Khon
Patches:
     dahdi_echocan2.diff uploaded by Max Khon (license 884)
     void2.diff uploaded by Max Khon (license 884)

Signed-off-by: Kinsey Moore <kmoore@digium.com>
Signed-off-by: Shaun Ruffell <sruffell@digium.com>
------------------------------------------------------------------------

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

By: Digium Subversion (svnbot) 2011-01-20 23:28:51.000-0600

Repository: dahdi
Revision: 9664

U   linux/branches/2.4/drivers/dahdi/dahdi-base.c
U   linux/branches/2.4/drivers/dahdi/dahdi_echocan_kb1.c
U   linux/branches/2.4/drivers/dahdi/dahdi_echocan_mg2.c

------------------------------------------------------------------------
r9664 | sruffell | 2011-01-20 23:28:51 -0600 (Thu, 20 Jan 2011) | 12 lines

dahdi: Fix 'void *' pointer arithmetic warnings.

(closes issue DAHLIN-146)
Reported by: Max Khon
Patches:
     dahdi_echocan2.diff uploaded by Max Khon (license 884)
     void2.diff uploaded by Max Khon (license 884)

Signed-off-by: Kinsey Moore <kmoore@digium.com>
Signed-off-by: Shaun Ruffell <sruffell@digium.com>

Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=9420
------------------------------------------------------------------------

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