You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tst_test.h: Turn 1 bit tst_test members to unsigned
This fixes clang warning:
test22.c:33:17: warning: implicit truncation from 'int' to a one-bit
wide bit-field changes value from 1 to -1
[-Wsingle-bit-bitfield-constant-conversion]
Link: https://lore.kernel.org/ltp/[email protected]/
Reviewed-by: Li Wang <[email protected]>
Signed-off-by: Petr Vorel <[email protected]>
0 commit comments