diff --git a/src/providers/oracle/ocispatial/wkbptr.h b/src/providers/oracle/ocispatial/wkbptr.h index e874430d425a..6e2f215f2bff 100644 --- a/src/providers/oracle/ocispatial/wkbptr.h +++ b/src/providers/oracle/ocispatial/wkbptr.h @@ -22,11 +22,10 @@ union wkbPtr { void *vPtr = nullptr; - double *dPtr = nullptr; - int *iPtr = nullptr; + double *dPtr; + int *iPtr; unsigned char *ucPtr; - char *cPtr = nullptr; - + char *cPtr; }; const int SDO_ARRAY_SIZE = 1024;