Comment 5 for bug 1167349

Revision history for this message
Niels Kristian Bech Jensen (nkbjensen) wrote :

This warning is easy to fix:

In file included from /usr/include/exiv2/metadatum.hpp:39:0,
                  from /usr/include/exiv2/exif.hpp:34,
                  from /usr/include/exiv2/image.hpp:41,
                  from src/exiv2wrapper.hpp:31,
                  from src/exiv2wrapper_python.cpp:26:
 /usr/include/exiv2/value.hpp:984:25: note: attribute for 'struct Exiv2::DateValue::Date' must follow the 'struct' keyword
          EXIV2API struct Date
                          ^

Change line 984 in /usr/include/exiv2/value.hpp to:

struct EXIV2API Date

Regards,
Niels Kristian