anyone know how to fix this compiler error in DS Game Maker?:
C:/devkitPro/libnds/include/nds/arm9/math.h:111:7: warning: conflicting types for built-in function 'sqrtf32'; expected '_Float32(_Float32)' [-Wbuiltin-declaration-mismatch]
111 | int32 sqrtf32(int32 a)
| ^~~~~~~...