HomeFreeBSD

Unbreak the build by fixing two common errors that upset new C++ compilers:

Description

Unbreak the build by fixing two common errors that upset new C++ compilers:

  1. evoke/Xsm.cpp:653:17: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
  1. pekwm/ActionHandler.cc:631:10: error: case value evaluates to 4294967294, which cannot be narrowed to type 'int' [-Wc++11-narrowing]

Details

Provenance
danfeAuthored on
Parents
rP495347: Update ZynAddSubFX to version 3.0.4.
Branches
Unknown
Tags
Unknown