Skip to content

Commit

Permalink
-wpedantic (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsonmpdx authored and vareddy committed Nov 17, 2017
1 parent 61df251 commit f9f25e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/ResponseCode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -322,5 +322,5 @@ namespace awsiotsdk {
*/
util::String ToString(ResponseCode rc);

};
}
}
2 changes: 1 addition & 1 deletion src/shadow/Shadow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ namespace awsiotsdk {
cur_server_state_document_.GetAllocator());
cur_device_state_document_[SHADOW_DOCUMENT_STATE_KEY][SHADOW_DOCUMENT_DESIRED_KEY].SetObject();
cur_device_state_document_[SHADOW_DOCUMENT_STATE_KEY][SHADOW_DOCUMENT_REPORTED_KEY].SetObject();
};
}

std::unique_ptr<Shadow> Shadow::Create(std::shared_ptr<MqttClient> p_mqtt_client,
std::chrono::milliseconds mqtt_command_timeout,
Expand Down

0 comments on commit f9f25e9

Please sign in to comment.