Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IntegrateRGBD example compilation (#6453)
Compilation failed for gcc-12 with: ``` examples/cpp/IntegrateRGBD.cpp:71:15: error: argument 1 null where non-null expected [-Werror=nonnull] 71 | fclose(file); ```
- Loading branch information