15 Jun
2018
15 Jun
'18
08:12
On Fri, Jun 15, 2018 at 8:20 AM, Per Jessen <per@computer.org> wrote:
Per Jessen wrote:
I'm rebuilding from some code I wrote in 2010 and compiled with gcc 4.2.1. Compiling now with gcc 7.3.1 I get e.g. this warning:
/usr/include/aio.h:149:12: note: expected ‘struct aiocb * const* restrict’ but argument is of type ‘struct aiocb *’
So does this mean that the array of pointers might be modified (perhaps a pointer in the list added or removed or change position), but each of the things that are pointed to cannot be changed? Interesting. -- Roger Oberholtzer -- To unsubscribe, e-mail: opensuse-programming+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-programming+owner@opensuse.org