Skip to content

Commit

Permalink
Release v5.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Jun 23, 2024
2 parents d4c69f7 + 2cc7c8e commit 5b1cd4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion include/comms/field/adapter/RemLengthMemberField.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
#include "comms/util/type_traits.h"
#include "comms/details/tag.h"

COMMS_MSVC_WARNING_PUSH
COMMS_MSVC_WARNING_DISABLE(4127) // Disable warning about constant conditional expressions

namespace comms
{

Expand Down Expand Up @@ -409,5 +412,5 @@ class RemLengthMemberField : public TBase

} // namespace comms


COMMS_MSVC_WARNING_POP

2 changes: 1 addition & 1 deletion include/comms/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define COMMS_MINOR_VERSION 2U

/// @brief Patch level of the library
#define COMMS_PATCH_VERSION 4U
#define COMMS_PATCH_VERSION 5U

/// @brief Macro to create numeric version as single unsigned number
#define COMMS_MAKE_VERSION(major_, minor_, patch_) \
Expand Down

0 comments on commit 5b1cd4c

Please sign in to comment.