dev/flutter

warning: a function declaration without a prototype is deprecated in all versions of C

wlrn566 2023. 8. 29. 19:18

ios 빌드 중

warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]

이라는 오류가 나오면 해당 함수의 () 안에 void를 넣어주면 된다.