mat007 / turtle

C++ mock object library for Boost

Home Page:http://turtle.sourceforge.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning free build

Flamefire opened this issue · comments

I suggest going for -Werror on the CI and removing the suppressed warnings. This avoids situations like #56 occurring in projects using this.

Challenges:

  • Boost may produce warnings
    • add the "regular" boost includes to -isystem
    • Not sure how to do this in b2 though
  • Internal warnings
    • Unused variable warning fixed in #61
    • Unused function warnings can be suppressed per-file or the functions can be (dummy-)used