All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] deprecated ASN1 macros from libtasn1.h
@ 2020-12-18  8:55 Petr Ovtchenkov
  2020-12-18  8:55 ` [PATCH 1/1] replace ASN1 deprecated macros Petr Ovtchenkov
  0 siblings, 1 reply; 2+ messages in thread
From: Petr Ovtchenkov @ 2020-12-18  8:55 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Petr Ovtchenkov

Some macros in libtasn1.h are deprecated and produce warning that brake
compilation (with -Werror).

See fae39782 in libtasn1:

  Author: Tim Rühsen <tim.ruehsen@gmx.de>
  Date:   Thu Mar 12 15:16:40 2020 +0100

      Print deprecation warning for deprecated macros

      Use _Pragma to print warning for using deprecated macros.
      This is enabled for gcc >= 3.1.

      Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>


Petr Ovtchenkov (1):
  replace ASN1 deprecated macros

 tests/crypto-tls-x509-helpers.c | 10 +++++-----
 tests/crypto-tls-x509-helpers.h |  2 +-
 tests/pkix_asn1_tab.c           |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

-- 
2.29.2.1.g08c1adf7b9



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-18 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-18  8:55 [PATCH 0/1] deprecated ASN1 macros from libtasn1.h Petr Ovtchenkov
2020-12-18  8:55 ` [PATCH 1/1] replace ASN1 deprecated macros Petr Ovtchenkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.