File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,7 @@ if(CONFIG_HAS_CC3220SDK)
5050 set_source_files_properties (source /ti/drivers/net/wifi/source /driver.c
5151 PROPERTIES COMPILE_DEFINITIONS "__LINUX_ERRNO_EXTENSIONS__;${COMPILER} " )
5252 set_source_files_properties (source /ti/drivers/net/wifi/source /driver.c
53- PROPERTIES COMPILE_FLAGS -Wno-strict-aliasing) # driver.c warns on strict-aliasing
54-
55- set_source_files_properties (source /ti/drivers/net/wifi/source /sl_socket.c
56- PROPERTIES COMPILE_DEFINITIONS "${COMPILER} " )
57- set_source_files_properties (source /ti/drivers/net/wifi/source /sl_socket.c
58- PROPERTIES COMPILE_FLAGS -Wno-missing-braces) # sl_socket warns on missing braces
53+ PROPERTIES COMPILE_FLAGS -Wno-incompatible-pointer-types) # driver.c warns on incompatible-pointer-types
5954 endif ()
6055
6156elseif (CONFIG_HAS_MSP432P4XXSDK)
You can’t perform that action at this time.
0 commit comments