Author: akhaldi Date: Fri Jul 19 23:44:47 2013 New Revision: 59525
URL: http://svn.reactos.org/svn/reactos?rev=59525&view=rev Log: [FBTUSB] * Silence some warnings.
Modified: trunk/reactos/drivers/bluetooth/fbtusb/CMakeLists.txt
Modified: trunk/reactos/drivers/bluetooth/fbtusb/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bluetooth/fbtusb/CM... ============================================================================== --- trunk/reactos/drivers/bluetooth/fbtusb/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/drivers/bluetooth/fbtusb/CMakeLists.txt [iso-8859-1] Fri Jul 19 23:44:47 2013 @@ -9,14 +9,12 @@ # fbtwmi.c fbtusb.c)
-add_library(fbtusb SHARED - ${SOURCE} - fbtusb.rc) +add_library(fbtusb SHARED ${SOURCE} fbtusb.rc)
# FIXME: http://www.cmake.org/Bug/view.php?id=12998 if(NOT MSVC) #allow_warnings(fbtusb) - set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-Wno-error") + set_source_files_properties(${SOURCE} PROPERTIES COMPILE_FLAGS "-Wno-error -Wno-unused-but-set-variable") endif()
set_module_type(fbtusb kernelmodedriver)