Skip to content
Snippets Groups Projects
  • Arseny Kapoulkine's avatar
    f9a2a7d1
    Fix Wdouble-promotion warnings · f9a2a7d1
    Arseny Kapoulkine authored
    We had a few places in test code and library source where we used an
    implicit float->double cast; while it should preserve the value exactly,
    gcc/clang implement this warning to make sure uses of double are intentional.
    
    This change also adds the warning to Makefile to make sure we don't
    regress on this warning.
    
    Fixes #243.
    f9a2a7d1
    History
    Fix Wdouble-promotion warnings
    Arseny Kapoulkine authored
    We had a few places in test code and library source where we used an
    implicit float->double cast; while it should preserve the value exactly,
    gcc/clang implement this warning to make sure uses of double are intentional.
    
    This change also adds the warning to Makefile to make sure we don't
    regress on this warning.
    
    Fixes #243.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.