Changeset: d8be6e257fdc for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d8be6e257fdc
Modified Files:
        monetdb5/modules/atoms/mtime.c
Branch: default
Log Message:

Fake access to silence compiler


diffs (12 lines):

diff --git a/monetdb5/modules/atoms/mtime.c b/monetdb5/modules/atoms/mtime.c
--- a/monetdb5/modules/atoms/mtime.c
+++ b/monetdb5/modules/atoms/mtime.c
@@ -1898,6 +1898,8 @@ MTIMEprelude(void)
        monettime_prelude();
        tz = *tzone_nil;                        /* to ensure initialized 
variables */
 
+       (void) timezone_name;   /* fake use */
+       (void) timezone_def;
        /* here we should initialize the time box as well */
        box = openBox("time");
        if (box == 0)
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to