Le 03/07/2025 à 12:17, Kornel Benko a écrit :
Am Thu, 3 Jul 2025 12:06:42 +0200
schrieb Scott Kostyshak <[email protected]>:
I get multiple warnings (from GCC and Clang) when compiling with -Wundef
about two main issues:
src/support/FileName.cpp:687:7: warning: 'MKDIR_TAKES_ONE_ARG' is not
defined,
evaluates to 0 [-Wundef] src/tests/../support/debug.h:221:5: warning:
'USE__func__' is
not defined, evaluates to 0 [-Wundef]
Any idea for a fix?
Scott
#if defined(USE__func__) && USE__func__
I removed the use of USE__func__. Nothing of value has been lost.
JMarc
--
lyx-devel mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-devel