s4:heimdal: import lorikeet-heimdal-202201172009 (commit 5a0b45cd723628b3690ea848548b...
[samba.git] / source4 / heimdal / lib / hx509 / sel-lex.l
index 4c9396750a341c7fb916ded85a93c78f3a0e22b4..f401e40e36018a897d7b6a5ef6d6e02ef76d5d60 100644 (file)
@@ -1,6 +1,6 @@
 %{
 /*
- * Copyright (c) 2004, 2008 Kungliga Tekniska Högskolan
+ * Copyright (c) 2004 - 2017 Kungliga Tekniska Högskolan
  * (Royal Institute of Technology, Stockholm, Sweden).
  * All rights reserved.
  *
 
 /* $Id$ */
 
+#ifdef __GNUC__
+#pragma GCC diagnostic ignored "-Wunused-function"
+#endif
+
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
@@ -115,6 +120,10 @@ handle_string(void)
     return strdup(x);
 }
 
+#if !defined(yywrap)
+#define yywrap  _hx509_sel_yywrap
+#endif
+
 int
 yywrap ()
 {