Commit 3f19e36d12c613d9947083f4f5254568d924ca9b

Aaron Barany 2022-08-07T20:55:27

Disable declaration-after-statement warning on Android External .c files are brought in that don't adhere to this requirement for pre-C99 code and causes the build to break with the latest NDK. Fixes #6019