Avoid unused variable warnings on systems without HAVE_STRUCT_TM_GMTOFF

pull/2080/head
Bill Sommerfeld 12 months ago
parent 1e6b5a1095
commit d0249d9883

@ -95,6 +95,8 @@ typedef char gchar;
SCM zone = SCM_SIMPLE_VECTOR_REF(tm, 10);
tzone = SCM_UNBNDP(zone) ? NULL : scm_to_locale_string(zone);
t.tm_zone = tzone;
%#else
(void)tzone;
%#endif
$1 = &t;
}

Loading…
Cancel
Save