c8429d3746
by Vadim Zhukov, diff prepared by Amit Kulkarni
13 lines
462 B
Plaintext
13 lines
462 B
Plaintext
$OpenBSD: patch-libstreamanalyzer_lib_saxeventanalyzer_cpp,v 1.1 2012/11/15 00:04:30 sthen Exp $
|
|
--- libstreamanalyzer/lib/saxeventanalyzer.cpp.orig Thu Nov 10 13:28:11 2011
|
|
+++ libstreamanalyzer/lib/saxeventanalyzer.cpp Thu Nov 10 13:28:35 2011
|
|
@@ -27,7 +27,7 @@
|
|
#include <cstring>
|
|
|
|
#ifndef LIBXML_THREAD_ENABLED
|
|
-#error Strigi needs a thread safe version of libxml2
|
|
+#warning Strigi needs a thread safe version of libxml2
|
|
#endif
|
|
|
|
using namespace Strigi;
|