Blender Git Commit Log

Git Commits -> Revision 414596c

Revision 414596c by Nikhil Shringarpurey (master)
March 22, 2021, 10:30 (GMT)
Cleanup, LineArt: Fix MSVC compiler warnings.

Currently 3 of the printf lines use the format specifier "%lu" for data
of type size_t instead of "%zu". While this works, this creates compiler
warnings.

This diff fixes those warnings by using the correct format specifier.
Tested using MSVC, but should be correct on any compliant compiler.

Reviewed By: Sebastian Parborg

Differential Revision: https://developer.blender.org/D10761

Commit Details:

Full Hash: 414596cd8306720f9df1cd2de0b97eb1f1fe18f1
Parent Commit: a506f87
Committed By: Sebastian Parborg
Lines Changed: +3, -3

1 Modified Path:

/source/blender/gpencil_modifiers/intern/lineart/lineart_util.c (+3, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021