On Sat, Oct 23, 2021 at 10:38 AM Dmitry Kozlyuk <dmitry.kozl...@gmail.com> wrote: > > 2021-10-23 08:55 (UTC+0200), David Marchand: > > Windows compilation gives us a splat: > > In file included from ../drivers/dma/idxd/idxd_pci.c:10: > > In file included from ..\drivers\dma\idxd/idxd_internal.h:11: > > ..\drivers\dma\idxd/idxd_hw_defs.h:46:21: error: expected member name or > > ';' after declaration specifiers > > uint16_t __reserved[13]; > > ~~~~~~~~ ^ > > 1 error generated. > > > > Ironically, __reserved is probably a reserved token. > > Yes, and it's used in system headers for static analyzer annotations: > https://docs.microsoft.com/en-us/windows/win32/winprog/header-annotations#advanced-annotations
Thanks for confirming. -- David Marchand