I am using the IQmath library and using the IQmath_inline.h header to enable inlining for certain IQMath APIs. When I compile my project I get the following warning:
"C:/CCStudio_v3.3/c64plus/IQmath_v212/include/IQmath_inline.h", line 1069: warning: external/internal linkage conflict with previous declaration"
It looks like I am getting this warning for every single IQmath function call. Does anyone know why I am getting this warning? I can't seem to find where the IQmath functions would have been previously declared. Thanks