Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compiler warnings in GCC-13 (Noble) (#616)
GCC-13 is complaining about "pointers returned from a mismatched allocation function" in the UNIT_ImageDisplay_TEST. There are 3 occurences where a shared pointer is created from a simple type while the object handled is really a C array. The commit changes the type to indicate that it is in fact an array. Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
- Loading branch information