From: est31 Date: Mon, 3 Oct 2016 13:55:15 +0000 (+0200) Subject: Fix build/warning on non X11 platforms X-Git-Tag: 0.4.15~214 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fcfa418c4cb5c3490413dd345e5e4b998cb7a4c3;p=oweals%2Fminetest.git Fix build/warning on non X11 platforms --- diff --git a/src/porting.cpp b/src/porting.cpp index f0337b610..023f0cca7 100644 --- a/src/porting.cpp +++ b/src/porting.cpp @@ -627,6 +627,7 @@ bool setXorgWindowIcon(IrrlichtDevice *device) setXorgWindowIconFromPath(device, path_share + "/misc/" PROJECT_NAME "-xorg-icon-128.png"); # endif +#else return false; #endif }