Changeset: 215bb5023b54 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/215bb5023b54
Modified Files:
        sql/backends/monet5/UDF/pyapi3/pyapi3.c
Branch: Sep2022
Log Message:

Add some void casts to unused arguments.


diffs (13 lines):

diff --git a/sql/backends/monet5/UDF/pyapi3/pyapi3.c 
b/sql/backends/monet5/UDF/pyapi3/pyapi3.c
--- a/sql/backends/monet5/UDF/pyapi3/pyapi3.c
+++ b/sql/backends/monet5/UDF/pyapi3/pyapi3.c
@@ -72,6 +72,9 @@ static const char *FunctionBasePath(char
                }
        }
 #else
+       /* not used except on Windows */
+       (void) buf;
+       (void) len;
        if (basepath == NULL) {
                basepath = getenv("HOME");
        }
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to