warning when compiling base and other programs

Riccardo Mottola <[email protected]> Tue, 23 Nov 2021 14:03:14 +0100
Newsgroups gmane.comp.lib.gnustep.devel
Message-ID <[email protected]>
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