Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions inc/ez_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#define EZ_SDK_VERSION_MAJOR 1
#define EZ_SDK_VERSION_MINOR 0
#define EZ_SDK_VERSION_PATCH 2
#define EZ_SDK_VERSION_PATCH 4
#define EZ_SDK_BUILD_NUMBER 0
#define EZ_SDK_VERSION "1.0.2-0"
#define EZ_SDK_VERSION "1.0.4-0"

#endif
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ if(CMAKE_C_COMPILER_ID MATCHES "GNU|Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU
-Wduplicated-cond
-Wduplicated-branches
-Wlogical-op
-Wcast-align
)

add_compile_definitions(
Expand Down
Loading