Add another cast to ignore int/ulong difference in error types, silence warning on Win64
This commit is contained in:
parent
932b6454f3
commit
2389815aba
@ -3687,7 +3687,7 @@ no_commit:
|
|||||||
|
|
||||||
/* We don't want to mask autoinc overflow errors. */
|
/* We don't want to mask autoinc overflow errors. */
|
||||||
if (prebuilt->autoinc_error != DB_SUCCESS) {
|
if (prebuilt->autoinc_error != DB_SUCCESS) {
|
||||||
error = prebuilt->autoinc_error;
|
error = (int) prebuilt->autoinc_error;
|
||||||
|
|
||||||
goto report_error;
|
goto report_error;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user