mirror of
https://github.com/espressif/openthread.git
synced 2026-08-16 15:47:46 +00:00
[dnssd-server] remove unused using for HostSwap16() (#6758)
This addresses `clang-tidy` warning for unused `using` statement. This commit also ensures `OT_DNSSD_SERVER` is enabled in `make-pretty` script and therefore covered by github action `build pretty` workflow.
This commit is contained in:
@@ -95,6 +95,7 @@ readonly OT_CLANG_TIDY_BUILD_OPTS=(
|
||||
'-DOT_DHCP6_SERVER=ON'
|
||||
'-DOT_DIAGNOSTIC=ON'
|
||||
'-DOT_DNS_CLIENT=ON'
|
||||
'-DOT_DNSSD_SERVER=ON'
|
||||
'-DOT_DUA=ON'
|
||||
'-DOT_MLR=ON'
|
||||
'-DOT_ECDSA=ON'
|
||||
|
||||
Reference in New Issue
Block a user