Remove most of the asserts from codebase

This commit is contained in:
Luis Díaz Más
2022-03-22 15:25:08 +01:00
parent 734b909721
commit b05573fadc
33 changed files with 10 additions and 249 deletions
-1
View File
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
// Abstract : Sample program showing how to set the Exif comment of an image, Exif.Photo.UserComment
#include <cassert>
#include <exiv2/exiv2.hpp>
#include <iostream>