cgal/CGAL_ImageIO
Laurent Rineau 99883c4b6a Fix a [-Wformat-overflow=] warning
.../CGAL_ImageIO/include/CGAL/ImageIO_impl.h: In function ‘_image* _readImageHeaderAndGetError(const char*, int*)’:
.../CGAL_ImageIO/include/CGAL/ImageIO_impl.h:1082:12: warning: ‘%s’ directive argument is null [-Wformat-overflow=]
 1082 |     fprintf(stderr, "_readImageHeaderAndGetError: error: unable to open file \'%s\'\n", name);
      |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2019-02-08 09:33:50 +01:00
..
archive/demo/CGALimageIO Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required. 2018-10-17 14:17:08 +02:00
examples/CGALimageIO Fix CMake warnings about CMP for Visual 2017 2018-11-21 16:17:39 +01:00
include/CGAL Fix a [-Wformat-overflow=] warning 2019-02-08 09:33:50 +01:00
package_info/CGAL_ImageIO
src/CGAL_ImageIO
test/CGAL_ImageIO Fix CMake warnings about CMP for Visual 2017 2018-11-21 16:17:39 +01:00