mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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.
This directory is intended to hold any external code that is needed in order to build gnucash, but isn't considered widely available.