silence some compiler warnings

This commit is contained in:
Axel Kohlmeyer
2021-08-31 15:10:50 -04:00
parent 6b243845c0
commit 08eb3345af
5 changed files with 15 additions and 17 deletions

View File

@ -39,7 +39,7 @@ class UCL_H_Vec : public UCL_BaseMat {
};
typedef numtyp data_type;
UCL_H_Vec() : _cols(0), _row_bytes(0) {
UCL_H_Vec() : _row_bytes(0), _cols(0){
#ifdef _OCL_MAT
_carray=(cl_mem)(0);
#endif