Ticket #9107: math_fraction_warning.diff

File math_fraction_warning.diff, 473 bytes (added by Mathias Gaunard, 9 years ago)
  • boost/math/tools/fraction.hpp

     
    3333       typedef typename Gen::result_type result_type;
    3434       typedef typename Gen::result_type value_type;
    3535
    36        static result_type a(const value_type& v)
     36       static result_type a(const value_type&)
    3737       {
    3838          return 1;
    3939       }