Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix warning: ‘void* memset(void*, int, size_t)’ clearing an object of…
… non-trivial type ‘class vpRGBf’; use assignment or value-initialization instead [-Wclass-memaccess] 225 | memset(I.bitmap, 0, I.getSize() * sizeof(vpRGBf)); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Loading branch information