forked from blender/blender
Ray molenkamp
ec6aa0b3fd
the initialization of m_pkts with an int threw an error with 17.7P3 since it decided int -> uint64_t required a narrowing conversion. Not sure why it got picky here all of a sudden but given it's not wrong, we may as well fix it properly. This change changes the queueSize parameter to size_t and adds a bounds check at the calling site to ensure the value it gets will be positive before casting. |
||
---|---|---|
.. | ||
intern | ||
test | ||
CMakeLists.txt | ||
GHOST_C-api.h | ||
GHOST_IContext.hh | ||
GHOST_IEvent.hh | ||
GHOST_IEventConsumer.hh | ||
GHOST_ISystem.hh | ||
GHOST_ISystemPaths.hh | ||
GHOST_ITimerTask.hh | ||
GHOST_IWindow.hh | ||
GHOST_IXrContext.hh | ||
GHOST_Path-api.hh | ||
GHOST_Rect.hh | ||
GHOST_Types.h |