libantioch / antioch

C++ Chemical Kinetics, Thermodynaimics, and Transport Library
https://libantioch.github.io/
Other
22 stars 17 forks source link

Turn off -Wdeprecated-declarations #202

Closed pbauman closed 8 years ago

pbauman commented 8 years ago

This is a Clang option that's churning out so much output that it's killing our Travis build with Clang, as seen in #201. I tested with GCC and no warnings or errors were emitted using this option.

roystgnr commented 8 years ago

:+1: