rho-devel / rho

GNU General Public License v2.0
133 stars 23 forks source link

Clean up most compiler warnings in src/main. #114

Closed kmillar closed 8 years ago

kmillar commented 8 years ago

Additionally, if '--enable-werror' is passed to configure, then the code in src/main is compiled with "-Wall -Werror -Wno-error=switch -Wno-error=sign-compare -Wno-error=attributes"

The travis configuration now enables this, so code that introduces new warnings will cause the CI to fail.

codecov-io commented 8 years ago

Current coverage is 70.07% (diff: 92.59%)

Merging #114 into master will increase coverage by <.01%

@@             master       #114   diff @@
==========================================
  Files           498        498          
  Lines         93872      93875     +3   
  Methods        5782       5781     -1   
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          65778      65784     +6   
+ Misses        28094      28091     -3   
  Partials          0          0          

Powered by Codecov. Last update d7cece1...6f0a61a