1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

comment unused function

On MacOS and iOS, the unused opencvBigToHost32 is a warning for buildbot
This commit is contained in:
chacha21
2017-02-10 22:34:44 +01:00
parent d3a15c625a
commit 7521bcc32c
+2
View File
@@ -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