[cig-commits] commit: Fix compiler warning

Mercurial hg at geodynamics.org
Thu Sep 29 01:08:06 PDT 2011


changeset:   428:2572a4216b5d
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Thu Sep 29 01:06:32 2011 -0700
files:       Weights/src/ConstantWeights.cxx
description:
Fix compiler warning


diff -r 7beaa8b041b8 -r 2572a4216b5d Weights/src/ConstantWeights.cxx
--- a/Weights/src/ConstantWeights.cxx	Tue Sep 27 15:19:01 2011 -0700
+++ b/Weights/src/ConstantWeights.cxx	Thu Sep 29 01:06:32 2011 -0700
@@ -88,9 +88,6 @@ ConstantWeights* _ConstantWeights_New(  
 }
 
 void _ConstantWeights_Init( void* constantWeights  ) {
-	ConstantWeights* self;
-		
-	self = (ConstantWeights*)constantWeights;
 }
 
 



More information about the CIG-COMMITS mailing list