Address code analysis warnings
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
@@ -61,7 +61,7 @@ namespace eap
|
||||
///
|
||||
/// \param[in] other Credentials to move from
|
||||
///
|
||||
ui_context_ttls(_Inout_ ui_context_ttls &&other);
|
||||
ui_context_ttls(_Inout_ ui_context_ttls &&other) noexcept;
|
||||
|
||||
///
|
||||
/// Copies context
|
||||
@@ -79,7 +79,7 @@ namespace eap
|
||||
///
|
||||
/// \returns Reference to this object
|
||||
///
|
||||
ui_context_ttls& operator=(_Inout_ ui_context_ttls &&other);
|
||||
ui_context_ttls& operator=(_Inout_ ui_context_ttls &&other) noexcept;
|
||||
|
||||
/// \name BLOB management
|
||||
/// @{
|
||||
|
Reference in New Issue
Block a user