You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/cyberjack/files/cyberjack-3.99.5_p14-gcc10....

14 lines
344 B

Fixes compilation with GCC10.
--- a/ifd/ifd.cpp
+++ b/ifd/ifd.cpp
@@ -958,7 +958,7 @@
else
l_atrLength=0;
rj=r->IfdPower(mode, Atr, &l_atrLength);
- switch (rj) {
+ switch (static_cast<NTSTATUS>(rj)) {
case STATUS_SUCCESS:
DEBUGLUN(Lun, DEBUG_MASK_IFD, "Success (ATR: %d bytes)\n", (int)l_atrLength);
rc=IFD_SUCCESS;