From d4cdbab99b8ead6ae2462d6b452f8b2462ca8733 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 4 Jul 2008 23:12:52 +0000 Subject: Avoid warnings with -pedantic, specifically: Conversion between void * and function pointer. Value computed not used. Signed/unsigned argument. --- crypto/objects/obj_xref.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/objects') diff --git a/crypto/objects/obj_xref.c b/crypto/objects/obj_xref.c index 167336db89..4ebaa1cc6a 100644 --- a/crypto/objects/obj_xref.c +++ b/crypto/objects/obj_xref.c @@ -59,7 +59,7 @@ #include #include "obj_xref.h" -DECLARE_STACK_OF(nid_triple); +DECLARE_STACK_OF(nid_triple) STACK_OF(nid_triple) *sig_app, *sigx_app; static int cmp_sig(const nid_triple *a, const nid_triple *b) -- cgit v1.2.3