Re: warning: unknown warning option '-Wno-deprecated-copy'

2020-10-11 Thread Stephan Witt
Am 09.10.2020 um 12:18 schrieb Jean-Marc Lasgouttes : > > [reply on lyx-devel, since this is not something I 100% understand] > > Le 08/10/2020 à 09:32, racoon a écrit : >> I am getting lots of >> warning: unknown warning option '-Wno-deprecated-copy'; did you mean >> '-Wno-deprecated'? >>

Re: warning: unknown warning option '-Wno-deprecated-copy'

2020-10-11 Thread Stephan Witt
Am 11.10.2020 um 20:55 schrieb Stephan Witt : > > Am 09.10.2020 um 12:18 schrieb Jean-Marc Lasgouttes : >> >> [reply on lyx-devel, since this is not something I 100% understand] >> >> Le 08/10/2020 à 09:32, racoon a écrit : >>> I am getting lots of >>> warning: unknown warning option '-Wno-depre

Re: warning: unknown warning option '-Wno-deprecated-copy'

2020-10-11 Thread Jean-Marc Lasgouttes
Le 11/10/2020 à 21:06, Stephan Witt a écrit : What do you think of the attached patch? It tests the compiler behavior instead of relying on the version. With Apple clang on missing -Wno-deprecated-copy support it works. Oh, that was the wrong patch. The correct one is attached now. It is in

Re: warning: unknown warning option '-Wno-deprecated-copy'

2020-10-11 Thread Kornel Benko
Am Sun, 11 Oct 2020 22:07:27 +0200 schrieb Jean-Marc Lasgouttes : > Le 11/10/2020 à 21:06, Stephan Witt a écrit : > >> What do you think of the attached patch? It tests the compiler behavior > >> instead of > >> relying on the version. > >> > >> With Apple clang on missing -Wno-deprecated-copy su