Build more code in CI (#725)
* bugfix/hostnport: Fix bacnet_fdt_entry_from_ascii() parse wrong * apps/router: Fix Wstrict-prototypes compiler warnings * apps/router: Fix -Wmissing-field-initializers compiler warning * ports/linux: Fix -Wself-assign compiler warning * ports/linux: Fix -Wunused-function compiler warning * Fix -Wimplicit-function-declaration warnings * ci: Add more compile options to enable more code build * ci: Do not fail-fast our main matrix build * cmake: Add -Wno-c99-extensions compiler option --------- Co-authored-by: Kari Argillander <kari.argillander@fidelix.com> Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
+1
-1
@@ -765,7 +765,7 @@ if(BACNET_STACK_BUILD_APPS)
|
||||
add_executable(reinit apps/reinit/main.c)
|
||||
target_link_libraries(reinit PRIVATE ${PROJECT_NAME})
|
||||
|
||||
if(BACDL_MSTP)
|
||||
if(BACDL_MSTP AND NOT WIN32)
|
||||
add_executable(
|
||||
router
|
||||
apps/router/ipmodule.c
|
||||
|
||||
Reference in New Issue
Block a user