mirror of https://github.com/adamdruppe/arsd.git
Merge pull request #139 from WebFreak001/fix-warns
Fix warnings in simpledisplay & nanovega blocking dub builds
This commit is contained in:
commit
6b0ad21795
|
@ -9213,7 +9213,7 @@ public int fonsAddFont (FONScontext* stash, const(char)[] name, const(char)[] pa
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
// oops; sorry
|
// oops; sorry
|
||||||
}
|
}
|
||||||
return FONS_INVALID;
|
//return FONS_INVALID;
|
||||||
}
|
}
|
||||||
|
|
||||||
// first try direct path
|
// 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!!!!!!!
|
// I just need to BitBlt that shit... BUT WAIT IT IS ALREADY IN A DIB!!!!!!!
|
||||||
|
|
||||||
} else static assert(0);
|
} else static assert(0);
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/++
|
/++
|
||||||
|
|
Loading…
Reference in New Issue