Re: Invalid _Static_assert expanded from HASH_CALLBACKS_CHECK

2021-06-07 Thread Tim Deegan
Hi, At 08:45 +0200 on 31 May (1622450756), Jan Beulich wrote: > On 28.05.2021 17:44, Tim Deegan wrote: > > Hi, > > > > At 10:58 +0200 on 25 May (1621940330), Jan Beulich wrote: > >> On 24.05.2021 06:29, Roberto Bagnara wrote: > >>> I stumbled upon parsing errors due to invalid uses of > >>> _Stat

Re: Invalid _Static_assert expanded from HASH_CALLBACKS_CHECK

2021-05-30 Thread Jan Beulich
On 28.05.2021 17:44, Tim Deegan wrote: > Hi, > > At 10:58 +0200 on 25 May (1621940330), Jan Beulich wrote: >> On 24.05.2021 06:29, Roberto Bagnara wrote: >>> I stumbled upon parsing errors due to invalid uses of >>> _Static_assert expanded from HASH_CALLBACKS_CHECK where >>> the tested expression

Re: Invalid _Static_assert expanded from HASH_CALLBACKS_CHECK

2021-05-28 Thread Tim Deegan
Hi, At 10:58 +0200 on 25 May (1621940330), Jan Beulich wrote: > On 24.05.2021 06:29, Roberto Bagnara wrote: > > I stumbled upon parsing errors due to invalid uses of > > _Static_assert expanded from HASH_CALLBACKS_CHECK where > > the tested expression is not constant, as mandated by > > the C stan

Re: Invalid _Static_assert expanded from HASH_CALLBACKS_CHECK

2021-05-28 Thread Jan Beulich
On 28.05.2021 11:59, Roberto Bagnara wrote: > On 25/05/21 10:58, Jan Beulich wrote: >> On 24.05.2021 06:29, Roberto Bagnara wrote: >>> I stumbled upon parsing errors due to invalid uses of >>> _Static_assert expanded from HASH_CALLBACKS_CHECK where >>> the tested expression is not constant, as mand

Re: Invalid _Static_assert expanded from HASH_CALLBACKS_CHECK

2021-05-28 Thread Roberto Bagnara
Hi Jan. Please see below. On 25/05/21 10:58, Jan Beulich wrote: On 24.05.2021 06:29, Roberto Bagnara wrote: I stumbled upon parsing errors due to invalid uses of _Static_assert expanded from HASH_CALLBACKS_CHECK where the tested expression is not constant, as mandated by the C standard. Judgi

Re: Invalid _Static_assert expanded from HASH_CALLBACKS_CHECK

2021-05-25 Thread Jan Beulich
On 24.05.2021 06:29, Roberto Bagnara wrote: > I stumbled upon parsing errors due to invalid uses of > _Static_assert expanded from HASH_CALLBACKS_CHECK where > the tested expression is not constant, as mandated by > the C standard. > > Judging from the following comment, there is partial awareness

Invalid _Static_assert expanded from HASH_CALLBACKS_CHECK

2021-05-23 Thread Roberto Bagnara
Hi there. I stumbled upon parsing errors due to invalid uses of _Static_assert expanded from HASH_CALLBACKS_CHECK where the tested expression is not constant, as mandated by the C standard. Judging from the following comment, there is partial awareness of the fact this is an issue: #ifndef __