BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.2k stars 4.61k forks source link

A function declaration without a prototype is deprecated in all versions of C and is not supported in C2x #2671

Open TongBig opened 1 year ago

TongBig commented 1 year ago

Xcode 14.3.1 compile GPUImage error tip: static void matrixmult(a,b,c)

A function declaration without a prototype is deprecated in all versions of C and is not supported in C2x

why?