You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are seeing these warnings when building for device.
DJIRtmpMuxer.m:964:58: warning: values of type 'OSStatus' should not be used as format arguments; add an explicit cast to 'int' instead [-Wformat]
NSLog(@"start audio queue failed %d, disable audio", status);
~~ ^~~~~~
%d (int)
1 warning generated.
DJIImageCalibrateHelper.o
DJIImageCalibrateHelper.m:112:95: warning: values of type 'NSUInteger' should not be used as format arguments; add an explicit cast to 'unsigned long' instead [-Wformat]
NSString* workHash = [NSString stringWithFormat:@"image.calibrate(%ld).working.queue",self.hash];
~~~ ^~~~~~~~~
%lu (unsigned long)
DJIImageCalibrateHelper.m:122:94: warning: values of type 'NSUInteger' should not be used as format arguments; add an explicit cast to 'unsigned long' instead [-Wformat]
NSString* rendHash = [NSString stringWithFormat:@"image.calibrate(%ld).render.queue",self.hash];
~~~ ^~~~~~~~~
%lu (unsigned long)
2 warnings generated.
The text was updated successfully, but these errors were encountered:
We are seeing these warnings when building for device.
The text was updated successfully, but these errors were encountered: