craigcitro / r-travis

Tools for using R with Travis (http://travis-ci.org) in lieu of a website:
https://github.com/craigcitro/r-travis/wiki
Apache License 2.0
176 stars 42 forks source link

Pedantic compiler warnings #153

Open jeroen opened 9 years ago

jeroen commented 9 years ago

Would be nice to have an easy way to enable -pedantic warnings in CMD check. I think this is most easily implemented by writing some flags to ~/.R/Makevars.

CFLAGS += -O3 -Wall -pipe -pedantic -std=gnu99
CXXFLAGS += -O3 -Wall -pipe -Wno-unused -pedantic 
FFLAGS += -O3 -g0 -Wall -pipe
FCFLAGS += -O3 -g0 -Wall -pipe
CXX1XFLAGS=-O3 -Wall -pipe -Wno-unused -pedantic