| delorie.com/archives/browse.cgi | search |
On Wed, 2 Jul 2003, Andris Pavenis wrote:
> Did You mean this?
> - error ("nonnull argument references non-pointer operand (arg %lu, operand %lu)",
> - (unsigned long) attr_arg_num, (unsigned long) arg_num);
> + if (!(flags & (int) ATTR_FLAG_BUILT_IN))
> + error ("nonnull argument references non-pointer operand (arg %lu, operand %lu)",
> + (unsigned long) attr_arg_num, (unsigned long) arg_num);
Yes; and the other errors should also be handled the same way.
--
Joseph S. Myers
jsm28 AT cam DOT ac DOT uk
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |