[Rprotobuf-commits] r388 - pkg/src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Sep 11 11:15:30 CEST 2010


Author: romain
Date: 2010-09-11 11:15:29 +0200 (Sat, 11 Sep 2010)
New Revision: 388

Modified:
   pkg/src/Rcppsupport.h
Log:
removed -pedantic warnings

Modified: pkg/src/Rcppsupport.h
===================================================================
--- pkg/src/Rcppsupport.h	2010-09-10 20:53:25 UTC (rev 387)
+++ pkg/src/Rcppsupport.h	2010-09-11 09:15:29 UTC (rev 388)
@@ -56,14 +56,14 @@
 	const GPB::FieldDescriptor* field ;					\
 }  ;										\
 
-GENERATE__FIELD__IMPORTER__DECL(GPB::int32 ,Int32) ;
-GENERATE__FIELD__IMPORTER__DECL(GPB::uint32,UInt32) ;
-GENERATE__FIELD__IMPORTER__DECL(GPB::int64,Int64) ;
-GENERATE__FIELD__IMPORTER__DECL(GPB::uint64,UInt64) ;
-GENERATE__FIELD__IMPORTER__DECL(float,Float) ;
-GENERATE__FIELD__IMPORTER__DECL(double,Double) ;
-GENERATE__FIELD__IMPORTER__DECL(bool,Bool) ;
-GENERATE__FIELD__IMPORTER__DECL(std::string,String) ;
+GENERATE__FIELD__IMPORTER__DECL(GPB::int32 ,Int32)
+GENERATE__FIELD__IMPORTER__DECL(GPB::uint32,UInt32)
+GENERATE__FIELD__IMPORTER__DECL(GPB::int64,Int64)
+GENERATE__FIELD__IMPORTER__DECL(GPB::uint64,UInt64)
+GENERATE__FIELD__IMPORTER__DECL(float,Float)
+GENERATE__FIELD__IMPORTER__DECL(double,Double)
+GENERATE__FIELD__IMPORTER__DECL(bool,Bool)
+GENERATE__FIELD__IMPORTER__DECL(std::string,String)
 #undef GENERATE__FIELD__IMPORTER__DECL
 
 template<> class RepeatedFieldImporter<enum_field>{



More information about the Rprotobuf-commits mailing list