glText icon indicating copy to clipboard operation
glText copied to clipboard

Fix clang 15 -pedantic warnings

Open orbea opened this issue 2 years ago • 1 comments

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

orbea avatar Sep 13 '22 23:09 orbea

This is going to become required with future gcc and clang versions.

Reference: https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240

orbea avatar Oct 13 '22 18:10 orbea