Astra SDK StreamReader.hpp Warning

Astra_SDK_ws/AstraSDK/include/astra_core/StreamReader.hpp:156:81: warning: ‘cdecl’ attribute directive ignored [-Wattributes]
  156 |                                                       astra_reader_frame_t frame)

I’m using Astra SDK to get body skeleton. It builds okay and I could get the skeleton data. However, whenever I build the program, the warning above appears. Does anyone know why I’m getting this warning, and if there is a way to avoid it? Thanks!