Skip to content
Snippets Groups Projects
Commit b38235ac authored by Simon McVittie's avatar Simon McVittie
Browse files

Merge branch 'wip/smcv/issue4' into 'master'

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

Closes #4

See merge request GNOME/libglnx!57
parents d56b85b6 284b75d3
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ foreach check_function : check_functions
#include <linux/random.h>
#include <sys/mman.h>
int func (void) {
void func (void) {
(void) ''' + check_function + ''';
}
''',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment