Files
libkiwix/include
Matthieu Gautier 01aa190c38 Do not use [[nodiscard]] attribute on compiler not supporting it.
On aarch64, we use gcc version 6.3.0 which doesn't support the
`[[nodiscard]]` attribute
(see https://en.cppreference.com/w/cpp/compiler_support/17)

So don't set the attribute if the attribute is not present.
2023-10-16 14:41:30 +02:00
..
2023-03-08 15:24:53 +01:00
2018-12-02 15:47:29 +01:00
2019-10-28 15:56:49 +01:00
2021-06-30 18:27:00 +02:00
2023-07-26 16:02:32 +05:30