mirror of https://github.com/adamdruppe/arsd.git
Fix warnings in simpledisplay & nanovega blocking dub builds
This commit is contained in:
parent
8b6835218d
commit
9ec5697d3b
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/++
|
||||
|
|
Loading…
Reference in New Issue