EXV_WARN_UNUSED_RESULT is a conditional macro that expands to either __attribute__((warn_unused_result)) on gcc & clang or to _Check_return for MSVC => Compiler warns if the return value is ignored |
||
|---|---|---|
| .. | ||
| exiv2 | ||
EXV_WARN_UNUSED_RESULT is a conditional macro that expands to either __attribute__((warn_unused_result)) on gcc & clang or to _Check_return for MSVC => Compiler warns if the return value is ignored |
||
|---|---|---|
| .. | ||
| exiv2 | ||