Re: An instance of -Wnested-anon-types

2025-06-12 Thread Scott Kostyshak
On Thu, Jun 12, 2025 at 10:18:20AM +0200, Scott Kostyshak wrote: > On Thu, Jun 12, 2025 at 01:05:35AM +0200, Jean-Marc Lasgouttes wrote: > > Le 07/06/2025 à 01:14, Scott Kostyshak a écrit : > > > With Clang and -pedantic, I get the following: > > > > > > /home/scott/lyxbuilds/master-master/repo/sr

Re: An instance of -Wnested-anon-types

2025-06-12 Thread Scott Kostyshak
On Thu, Jun 12, 2025 at 01:05:35AM +0200, Jean-Marc Lasgouttes wrote: > Le 07/06/2025 à 01:14, Scott Kostyshak a écrit : > > With Clang and -pedantic, I get the following: > > > > /home/scott/lyxbuilds/master-master/repo/src/TexRow.h:73:4: warning: > > anonymous types declared in an anonymous uni

Re: An instance of -Wnested-anon-types

2025-06-11 Thread Jean-Marc Lasgouttes
Le 07/06/2025 à 01:14, Scott Kostyshak a écrit : With Clang and -pedantic, I get the following: /home/scott/lyxbuilds/master-master/repo/src/TexRow.h:73:4: warning: anonymous types declared in an anonymous union are an extension [-Wnested-anon-types] 73 | struct {} b

Re: An instance of -Wnested-anon-types

2025-06-09 Thread Jean-Marc Lasgouttes
Le 07/06/2025 à 01:14, Scott Kostyshak a écrit : With Clang and -pedantic, I get the following: /home/scott/lyxbuilds/master-master/repo/src/TexRow.h:73:4: warning: anonymous types declared in an anonymous union are an extension [-Wnested-anon-types] 73 | struct {} b