Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git/ioctl.c:1127:3: error: positional initialization of field in 'struct' declared with 'designated_init' attribute [-Werror=designated-init] {0, }, ^ note: (near initialization for 'verbosity_ctl_dir[1]') git/ioctl.c:1136:3: error: positional initialization of field in 'struct' declared with 'designated_init' attribute [-Werror=designated-init] {0, }, ^ Linux kernel has added -Werror=designated-init around 4.11 (c834f0e8a8b) triggering build errors with gcc 5 and 6 (but not with gcc 4) Signed-off-by: Ricardo Ribalda Delgado <[email protected]> Signed-off-by: Cristian Stoica <[email protected]>
- Loading branch information