CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/19 03:59:25
Modified files:
lib/libcbor/src/cbor: common.h
Log message:
Do not use unsupported __attribute__((warn_unused_result)) on gcc3.
This prevents building libfido2 stops with error on luna88k because it
is compiled with -Werror option.
ok, and better #if condition by miod@
