Skip to content

Commit

Permalink
Merge pull request #8 from blooo-io/fix/LDG-445audit-fix
Browse files Browse the repository at this point in the history
Fix/remove silenced warning
  • Loading branch information
Z4karia authored May 28, 2024
2 parents 7204e3c + ef7e2ab commit 7c2c2bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ APPVERSION_M=2
# This is the `spec_version` field of `Runtime`
APPVERSION_N=3
# This is the patch version of this release
APPVERSION_P=2
APPVERSION_P=3
1 change: 0 additions & 1 deletion app/src/tx_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
********************************************************************************/
#ifdef __cplusplus
#pragma clang diagnostic push
#pragma ide diagnostic ignored "misc-no-recursion"
#endif

#include <jsmn.h>
Expand Down

0 comments on commit 7c2c2bd

Please sign in to comment.