complie(uvc osx): disable some warning
This commit is contained in:
parent
50571a4a40
commit
55cd7cddd0
|
@ -128,7 +128,7 @@ endif()
|
||||||
if(OS_WIN)
|
if(OS_WIN)
|
||||||
set(UVC_SRC src/mynteye/uvc/win/uvc-wmf.cc)
|
set(UVC_SRC src/mynteye/uvc/win/uvc-wmf.cc)
|
||||||
elseif(OS_MAC)
|
elseif(OS_MAC)
|
||||||
add_compile_options(-x objective-c++)
|
add_compile_options(-x objective-c++ -Wno-unused-command-line-argument -Wno-missing-method-return-type -Wno-sign-compare)
|
||||||
## INCLUDE_DIRECTORIES(src/mynteye/uvc/macosx)
|
## INCLUDE_DIRECTORIES(src/mynteye/uvc/macosx)
|
||||||
## INCLUDE_DIRECTORIES(src/mynteye/uvc/macosx/VVUVCKit)
|
## INCLUDE_DIRECTORIES(src/mynteye/uvc/macosx/VVUVCKit)
|
||||||
## aux_source_directory(src/mynteye/uvc/macosx/VVUVCKit/ MAC_VVUVCKIT_SRC_LIST)
|
## aux_source_directory(src/mynteye/uvc/macosx/VVUVCKit/ MAC_VVUVCKIT_SRC_LIST)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user