Changeset: 107baa3e366a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/107baa3e366a
Modified Files:
monetdb5/modules/mal/pcre.c
Branch: resource_management
Log Message:
fix compilation
diffs (19 lines):
diff --git a/monetdb5/modules/mal/pcre.c b/monetdb5/modules/mal/pcre.c
--- a/monetdb5/modules/mal/pcre.c
+++ b/monetdb5/modules/mal/pcre.c
@@ -508,6 +508,7 @@ static str
pcre_replace(allocator *ma, str *res, const char *origin_str, const char
*pattern,
const char *replacement, const char *flags, bool
global)
{
+ (void) ma;
#ifdef HAVE_LIBPCRE
const char *err_p = NULL;
pcre *pcre_code = NULL;
@@ -619,6 +620,7 @@ static str
pcre_replace_bat(allocator *ma, BAT **res, BAT *origin_strs, const char
*pattern,
const char *replacement, const char *flags,
bool global)
{
+ (void) ma;
#ifdef HAVE_LIBPCRE
const char *err_p = NULL;
char *tmpres;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]