Changeset: b61270af18d9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b61270af18d9
Modified Files:
        sql/backends/monet5/UDF/pyapi/emit.c
Branch: Dec2016
Log Message:

Fix compiler warning.


diffs (13 lines):

diff --git a/sql/backends/monet5/UDF/pyapi/emit.c 
b/sql/backends/monet5/UDF/pyapi/emit.c
--- a/sql/backends/monet5/UDF/pyapi/emit.c
+++ b/sql/backends/monet5/UDF/pyapi/emit.c
@@ -235,8 +235,8 @@ PyEmit_Emit(PyEmitObject *self, PyObject
                     case TYPE_str:
                     {
                         str val = NULL;
+                       gdk_return retval;
                         msg = pyobject_to_str(&dictEntry, 42, &val);
-                        gdk_return retval;
                         if (msg != MAL_SUCCEED) {
                             goto wrapup;
                         }
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to