zantoku / google-toolbox-for-mac

Automatically exported from code.google.com/p/google-toolbox-for-mac
Apache License 2.0
0 stars 0 forks source link

google-toolbox-for-mac causes warning when compiled for arm64 (iOS 64-bit) #93

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[1/5] OBJC 
obj/third_party/google_toolbox_for_mac/src/iPhone/google_toolbox_for_mac.GTMUIIm
age+Resize.o
../../third_party/google_toolbox_for_mac/src/iPhone/GTMUIImage+Resize.m:155:55: 
warning: format specifies type 'int' but the argument has type 
'UIImageOrientation' (aka 'enum UIImageOrientation') [-Wformat]
      _GTMDevAssert(false, @"Invalid orientation %d", orientation);
                                                 ~~   ^~~~~~~~~~~
                                                 %ld
../../third_party/google_toolbox_for_mac/src/GTMDefines.h:155:37: note: 
expanded from macro '_GTMDevAssert'
                        description:__VA_ARGS__];                             \
                                    ^
1 warning generated.

Original issue reported on code.google.com by sdefresne@chromium.org on 11 Feb 2014 at 12:55

GoogleCodeExporter commented 9 years ago
Fixed by https://code.google.com/p/google-toolbox-for-mac/source/detail?r=658

Original comment by sdefresne@chromium.org on 11 Feb 2014 at 3:43

GoogleCodeExporter commented 9 years ago

Original comment by thomasvl@google.com on 11 Feb 2014 at 5:59