Skip to content

Commit 809e6c1

Browse files
committed
MSVC warning fix.
1 parent 2422ccd commit 809e6c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devicedefender/source/DeviceDefender.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ namespace Aws
4242
m_allocator(allocator), m_status(ReportTaskStatus::Ready), m_taskConfig{nullptr}, m_owningTask{nullptr},
4343
m_lastError(0), m_mqttConnection{mqttConnection}, m_eventLoopGroup{eventLoopGroup}
4444
{
45+
(void)networkConnectionSamplePeriodSeconds;
4546
struct aws_byte_cursor thingNameCursor = Crt::ByteCursorFromString(thingName);
4647
m_lastError =
4748
aws_iotdevice_defender_config_create(&m_taskConfig, allocator, &thingNameCursor, reportFormat);

0 commit comments

Comments
 (0)