comment unused function

On MacOS and iOS, the unused opencvBigToHost32 is a warning for buildbot
pull/8182/head
chacha21 8 years ago
parent d3a15c625a
commit 7521bcc32c
  1. 2
      modules/imgproc/src/drawing.cpp

@ -1102,6 +1102,7 @@ static const int opencvOne = 1;
# endif
# endif
/*
static inline uint32_t opencvBigToHost32(const uchar* p){
#if OPENCV_BYTEORDER==4321
uint32_t x;
@ -1127,6 +1128,7 @@ static inline uint32_t opencvBigToHost32(uint32_t x){
return opencvBigToHost32((uchar*)&x);
#endif
}
*/
static inline uint32_t opencvLittleToHost32(const uchar* p){
#if OPENCV_BYTEORDER==1234

Loading…
Cancel
Save