You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: control reaches end of non-void function
[-Werror,-Wreturn-type]
The text was updated successfully, but these errors were encountered:
wickedfoo
changed the title
Many operators don't compile, are missing a return *this
Many ac_float operators don't compile, are missing a return *thisDec 5, 2018
e.g.,
ac_float operator +=(const AC_FL(2) &op2)
:https://github.com/hlslibs/ac_types/blob/master/include/ac_float.h#L656
returns
The text was updated successfully, but these errors were encountered: