Re: Check for the -Wno-deprecacted-copy compiler option in cmake build

2021-04-05 Thread Kornel Benko
Am Sun, 4 Apr 2021 20:18:27 +0200 schrieb pdv : > On 03/04/2021 19:50, Kornel Benko wrote: > > Am Sat, 3 Apr 2021 18:13:17 +0200 > > schrieb pdv : > > > >> The Apple Clang compiler does not recognize the -Wno-deprecated-copy > >> compiler option. See thread "Re: warning: unknown warning option

Re: Check for the -Wno-deprecacted-copy compiler option in cmake build

2021-04-04 Thread pdv
On 03/04/2021 19:50, Kornel Benko wrote: Am Sat, 3 Apr 2021 18:13:17 +0200 schrieb pdv : The Apple Clang compiler does not recognize the -Wno-deprecated-copy compiler option. See thread "Re: warning: unknown warning option '-Wno-deprecated-copy'" (8/10/2020) in this list. This was solved for

Re: Check for the -Wno-deprecacted-copy compiler option in cmake build

2021-04-03 Thread Kornel Benko
Am Sat, 3 Apr 2021 18:13:17 +0200 schrieb pdv : > The Apple Clang compiler does not recognize the -Wno-deprecated-copy > compiler option. See thread "Re: warning: unknown warning option > '-Wno-deprecated-copy'" (8/10/2020) in this list. > > This was solved for the autotools build with commit

Check for the -Wno-deprecacted-copy compiler option in cmake build

2021-04-03 Thread pdv
The Apple Clang compiler does not recognize the -Wno-deprecated-copy compiler option. See thread "Re: warning: unknown warning option '-Wno-deprecated-copy'" (8/10/2020) in this list. This was solved for the autotools build with commit 4aee447af1 (13/10/2020). I've implemented a similar check