Re: warning when compiling base and other programs

2021-11-23 Thread Riccardo Mottola
Hi Frederik Frederik Seiffert wrote: > I recently added NS_FORMAT_ARGUMENT to -[NSBundle > localizedStringForKey:...] (that macro was previously unused): > https://github.com/gnustep/libs-base/commit/87783e25137b4159dd846bf645aa907371615e8c > > Which compiler are you using? It sounds like it

Re: warning when compiling base and other programs

2021-11-23 Thread Frederik Seiffert
I recently added NS_FORMAT_ARGUMENT to -[NSBundle localizedStringForKey:...] (that macro was previously unused): https://github.com/gnustep/libs-base/commit/87783e25137b4159dd846bf645aa907371615e8c Which

warning when compiling base and other programs

2021-11-23 Thread Riccardo Mottola
Hello, since recently I get many of these warnings: ../../Headers/Foundation/NSBundle.h:348:10: warning: 'format_arg' attribute directive ignored [-Wattributes]   table: (NSString*)tableName NS_FORMAT_ARGUMENT(1); In base itself (updated today) but also elsewhere. Riccardo