Skip to content

Commit

Permalink
remove minor warning void function cannot return
Browse files Browse the repository at this point in the history
[skip ci] we do not build minheadless vm by now
  • Loading branch information
nicolas-cellier-aka-nice committed Jan 3, 2019
1 parent 9832378 commit 20bf082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/minheadless/common/sqWindow-Dispatch.c
Expand Up @@ -92,7 +92,7 @@ ioFormPrint(sqInt bitsAddr, sqInt width, sqInt height, sqInt depth,
void
ioNoteDisplayChangedwidthheightdepth(void *b, int w, int h, int d)
{
return currentWindowSystem->noteDisplayChangedWidthHeightDepth(b, w, h, d);
currentWindowSystem->noteDisplayChangedWidthHeightDepth(b, w, h, d);
}

sqInt
Expand Down

0 comments on commit 20bf082

Please sign in to comment.