From acbec87f20c1d2987bb1f80f8a725e2d1bb5d135 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 8 May 2000 23:41:59 +0000 Subject: [PATCH] Quiet HP/UX warning: cc: "algchoic.h", line 74: warning 617: Redeclaration of tag "B_AlgorithmInfoType" ignored. cc: "algchoic.h", line 74: warning 617: Redeclaration of tag "B_AlgorithmInfoType" ignored. by removing: struct B_AlgorithmInfoType; because balgmeth.h already defines that struct tag. (So does balg.h, but that isn't causing warnings.) --- lib/dns/sec/dnssafe/algchoic.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/dns/sec/dnssafe/algchoic.h b/lib/dns/sec/dnssafe/algchoic.h index 605b59b7f9..bbf2c6116b 100644 --- a/lib/dns/sec/dnssafe/algchoic.h +++ b/lib/dns/sec/dnssafe/algchoic.h @@ -71,7 +71,6 @@ private: ResizeContext context; }; */ -struct B_AlgorithmInfoType; typedef struct ResizeContext { struct {