Fix field precision specifiers when used with sizeof
The compiler warns 'field precision specifier ‘.*’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]. Add an explicit cast to int.
parent
cfee89b1
Please register or sign in to comment