Skip to content
  • Martin Storsjö's avatar
    contrib: projectM: Don't force building in C++98 mode · e2ea86d8
    Martin Storsjö authored
    Instead patch the project to fix the error that was clang gave when
    building in C+11 mode (which clang 6 does by default):
    
    Renderer/VideoEcho.cpp:77:30: error: non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list [-Wc++11-narrowing]
      float pointsFlip[4][2] = {{-0.5*flipx, -0.5*flipy},
    e2ea86d8