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__

works here

        Kornel

Attachment: pgpbsCfLb2eog.pgp
Description: Digitale Signatur von OpenPGP

-- 
lyx-devel mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to