exfatprogs/exfatprogs

fsck.c:1213:9: error: missing braces around initializer

jameshilliard opened this issue · 1 comments

I'm seeing this build error here.

  CC       repair.o
fsck.c: In function 'main':
fsck.c:1213:9: error: missing braces around initializer [-Werror=missing-braces]
  struct fsck_user_input ui = {0,};
         ^
fsck.c:1213:9: error: (near initialization for 'ui.ei') [-Werror=missing-braces]
fsck.c: At top level:
ccc

The patch(b0519f4) for this is already in #exfat-next.