mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-13 20:09:59 +00:00
4aee447af1
This is better than depending on compiler version. In particular, Apple clang versions do not match regular clang versions. Note that -Wno-deprecated-copy will always be used with g++, since this compiler allows to suppress warnings it does not know about (-Wno-zorg is valid, even though -Wzorg triggers an error).