Fix warnings in simpledisplay & nanovega blocking dub builds

This commit is contained in:
WebFreak001 2018-02-27 18:31:00 +01:00
parent 8b6835218d
commit 9ec5697d3b
2 changed files with 2 additions and 2 deletions

View File

@ -9213,7 +9213,7 @@ public int fonsAddFont (FONScontext* stash, const(char)[] name, const(char)[] pa
} catch (Exception e) {
// oops; sorry
}
return FONS_INVALID;
//return FONS_INVALID;
}
// first try direct path

View File

@ -1134,9 +1134,9 @@ TrueColorImage trueColorImageFromNativeHandle(NativeWindowHandle handle, int wid
// I just need to BitBlt that shit... BUT WAIT IT IS ALREADY IN A DIB!!!!!!!
} else static assert(0);
}
return null;
}
}
/++