[Rcpp-devel] bug hunting

Romain Francois romain at r-enthusiasts.com
Tue Mar 23 13:16:30 CET 2010


Le 23/03/10 12:49, Dirk Eddelbuettel a écrit :
>
> FYI, following Doug's lead re '-pedantic', I made that permanent for me via
>
>     edd at ron:~$ grep pedantic .R/*
>     .R/Makevars:CFLAGS=-g -O3 -Wall -pipe -pedantic
>     .R/Makevars:CXXFLAGS=-g -O3 -Wall -pipe -pedantic
>
> which now reveals a lot of
>
>     ./RcppCommon.h:205:28: warning: anonymous variadic macros were introduced in C99

We can kill this one with the -Wno-variadic-macros flag

> as well as
>
>     from Promise.cpp:22:
>     ./Rcpp/Vector.h:434:30: warning: ISO C99 requires rest arguments to be used
>     ./Rcpp/Vector.h:441:29: warning: ISO C99 requires rest arguments to be used
>     ./Rcpp/Vector.h:477:26: warning: ISO C99 requires rest arguments to be used
>     ./Rcpp/Vector.h:482:30: warning: ISO C99 requires rest arguments to be used
>     ./Rcpp/Vector.h:496:31: warning: ISO C99 requires rest arguments to be used

This one, I'm not sure. Any ideas ?

> Not toxic, but something we may want to look at. Without -pedantic,
> everything is clean as a whistle.
>
> But most importantly Doug's example now works.
>
> So release 0.7.11 by the end of the week?
>
> Dirk


-- 
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30
http://romainfrancois.blog.free.fr
|- http://tr.im/OIXN : raster images and RImageJ
|- http://tr.im/OcQe : Rcpp 0.7.7
`- http://tr.im/O1wO : highlight 0.1-5



More information about the Rcpp-devel mailing list