warning.patch 401 B

12345678910111213
  1. diff --git a/boost/concept_check.hpp b/boost/concept_check.hpp
  2. index abbadb7..cab58e5 100644
  3. --- a/boost/concept_check.hpp
  4. +++ b/boost/concept_check.hpp
  5. @@ -352,7 +352,7 @@
  6. private:
  7. void test(boost::false_type)
  8. {
  9. - f(first,second);
  10. + (void) f(first,second);
  11. Return r = f(first, second); // require operator()
  12. (void)r;
  13. }