pkgsrc/net/xorp/patches/patch-libxipc_xrl__error.hh
joerg 0426d1b980 Fix a number of issues found by clang:
- missing this references to ensure template functions are found
- using == as assignment
- unused functions in lex sources
- adding integers to strings instead of formatting them
- class vs struct mismatches
2012-07-03 17:36:10 +00:00

13 lines
301 B
C++

$NetBSD: patch-libxipc_xrl__error.hh,v 1.1 2012/07/03 17:36:10 joerg Exp $
--- libxipc/xrl_error.hh.orig 2009-01-05 18:30:56.000000000 +0000
+++ libxipc/xrl_error.hh
@@ -27,7 +27,7 @@
#include "libxorp/c_format.hh"
-struct XrlErrlet;
+class XrlErrlet;
enum XrlErrorCode {
OKAY = 100,