Blender Git Loki

Git Commits -> Revision cbb854a

Revision cbb854a by Ray molenkamp (master)
March 11, 2020, 19:26 (GMT)
Cleanup: Fix build warning on windows.

printf is called for a size_t (64 bit on x64) type
but the formatter is `%lu` (32 bit) leading to a
warning with MSVC.

`%zu` is the appropriate formatter.

Commit Details:

Full Hash: cbb854a98f27de1aeb39318138998e3c7d628c2d
Parent Commit: 33c6b26
Lines Changed: +1, -1

1 Modified Path:

/source/blender/io/usd/intern/abstract_hierarchy_iterator.cc (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021