Files
gnucash/borrowed
Robert Fewell d6514a47f2 Windows build failure, variable set but not used
With the introduction of using -Werror=unused-but-set-variable, a
variable in strptime.c was defined but no used.

Moved to be included in #ifdef _NL_CURRENT as that is where it is used.
2023-02-21 10:15:26 +00:00
..
2021-06-29 08:46:34 +02:00
2021-06-29 08:46:34 +02:00

This directory is intended to hold any external code that is needed in
order to build gnucash, but isn't considered widely available.