Skip to content

build: Fix function detection when using -Werror=return-type

Simon McVittie requested to merge wip/smcv/issue4 into master

Recent versions of openSUSE default to using -Werror=return-type for package builds, which results in all of these function checks incorrectly detecting the function as not being available.

Co-authored-by: Peng Yi
Resolves: #4 (closed)

Merge request reports