Re: [Xen-devel] [PATCH v4 2/4] xen: introduce a C99 headers check

2017-03-28 Thread Stefano Stabellini
On Tue, 28 Mar 2017, Jan Beulich wrote: > >>> Stefano Stabellini 03/27/17 10:50 PM >>> > >On Mon, 27 Mar 2017, Jan Beulich wrote: > >> >>> On 24.03.17 at 19:31, wrote: > >> > Introduce a C99 headers check, for non-ANSI compliant headers. No > >> > headers are added to the check yet. > >> > > >>

Re: [Xen-devel] [PATCH v4 2/4] xen: introduce a C99 headers check

2017-03-27 Thread Jan Beulich
>>> Stefano Stabellini 03/27/17 10:50 PM >>> >On Mon, 27 Mar 2017, Jan Beulich wrote: >> >>> On 24.03.17 at 19:31, wrote: >> > Introduce a C99 headers check, for non-ANSI compliant headers. No >> > headers are added to the check yet. >> > >> > In addition to the usual -include stdint.h, also add

Re: [Xen-devel] [PATCH v4 2/4] xen: introduce a C99 headers check

2017-03-27 Thread Stefano Stabellini
On Mon, 27 Mar 2017, Jan Beulich wrote: > >>> On 24.03.17 at 19:31, wrote: > > Introduce a C99 headers check, for non-ANSI compliant headers. No > > headers are added to the check yet. > > > > In addition to the usual -include stdint.h, also add -include string.h > > to the C99 check to get the d

Re: [Xen-devel] [PATCH v4 2/4] xen: introduce a C99 headers check

2017-03-27 Thread Jan Beulich
>>> On 24.03.17 at 19:31, wrote: > Introduce a C99 headers check, for non-ANSI compliant headers. No > headers are added to the check yet. > > In addition to the usual -include stdint.h, also add -include string.h > to the C99 check to get the declaration of memcpy and size_t. Is this really nee

[Xen-devel] [PATCH v4 2/4] xen: introduce a C99 headers check

2017-03-24 Thread Stefano Stabellini
Introduce a C99 headers check, for non-ANSI compliant headers. No headers are added to the check yet. In addition to the usual -include stdint.h, also add -include string.h to the C99 check to get the declaration of memcpy and size_t. For the same reasons, also add -include string.h to the C++ ch