Cleanup: avoid -Wnarrowing warning

This commit is contained in:
Campbell Barton 2016-02-17 05:17:03 +11:00
parent 480b814e02
commit 1c958f5bef

@ -105,8 +105,12 @@ typedef struct {
* print(", ".join([str(p) for p in px]), end=",\n")
*/
/* See the python script above to regenerate the 48x48 icon within blender */
static long BLENDER_ICON_48x48x32[] = {
/**
* See the python script above to regenerate the 48x48 icon within blender
*
* \note Using 'unsigned' to avoid `-Wnarrowing` warning.
*/
static const unsigned long BLENDER_ICON_48x48x32[] = {
48,48,
4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303,
4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303, 4671303,