Avoid unused variable warnings on systems without HAVE_STRUCT_TM_GMTOFF

This commit is contained in:
Bill Sommerfeld
2025-05-02 14:35:54 -07:00
parent 1e6b5a1095
commit d0249d9883
+2
View File
@@ -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;
}