From: Richard W. <ri...@no...> - 2016-01-27 21:16:07
|
Am 23.01.2016 um 20:17 schrieb Colin King: > From: Colin Ian King <col...@ca...> > > static analysis from cppcheck detected %x being used for > unsigned longs: > > [arch/x86/um/os-Linux/task_size.c:112]: (warning) %x in format > string (no. 1) requires 'unsigned int' but the argument type > is 'unsigned long'. > > Use %lx instead of %x > > Signed-off-by: Colin Ian King <col...@ca...> Applied, Thanks! //richard |