null+****@clear*****
null+****@clear*****
2012年 6月 16日 (土) 11:59:38 JST
Kouhei Sutou 2012-06-16 11:59:38 +0900 (Sat, 16 Jun 2012)
New Revision: 34b271e83cc1e22543d1eae55fe5bfbe1af915b6
https://github.com/groonga/groonga/commit/34b271e83cc1e22543d1eae55fe5bfbe1af915b6
Log:
Suppress a warning
output.c: In function 'transform_xml':
output.c:1219:17: warning: implicit declaration of function 'grn_normalize_offset_and_limit' [-Wimplicit-function-declaration]
Modified files:
lib/output.c
Modified: lib/output.c (+1 -0)
===================================================================
--- lib/output.c 2012-06-15 19:23:23 +0900 (d6939a7)
+++ lib/output.c 2012-06-16 11:59:38 +0900 (25089b7)
@@ -22,6 +22,7 @@
#include <string.h>
#include "str.h"
#include "db.h"
+#include "util.h"
#include "output.h"
#define LEVELS (&ctx->impl->levels)