Skip to content
  • Kenneth Moreland's avatar
    Fix MSVC warnings · 40efb513
    Kenneth Moreland authored
    MSVC is picky about type conversions. To get it to shut up, explicitly
    cast the worklet return value to the fetch value in the
    WorkletInvokeFunctor. The good is that it will help with needing
    explicit conversions on these return values. But that is also bad in
    that it might make some unexpected conversions possible.
    40efb513