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
..
chartjs Fix misc. typos in comments 2021-06-29 08:46:34 +02:00
goffice GList* from gtk_container_get_children must be freed 2021-08-20 09:03:37 +08:00
guile-json Fix misc. typos in comments 2021-06-29 08:46:34 +02:00
jenny [-Wunused-function] - remove commented out reduce_tests() and dependents 2023-02-16 09:20:59 +00:00
libc Windows build failure, variable set but not used 2023-02-21 10:15:26 +00:00
CMakeLists.txt Moderately bump aqbanking and gwenhywfar versions 2020-02-24 13:31:02 +01:00
README Housekeeping - replace plenty of http links with https 2019-06-06 15:52:30 +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.