mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 02:00:00 -04:00
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.)
This commit is contained in:
parent
8b9ad57c12
commit
acbec87f20
1 changed files with 0 additions and 1 deletions
|
|
@ -71,7 +71,6 @@ private:
|
|||
ResizeContext context;
|
||||
};
|
||||
*/
|
||||
struct B_AlgorithmInfoType;
|
||||
|
||||
typedef struct ResizeContext {
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue