Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Revol
firmware
Commits
b0ba0a42
Commit
b0ba0a42
authored
Dec 06, 2019
by
Rahix
Browse files
chore(config): Fix a sign-compare warning
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
7d96d5f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
epicardium/modules/config.c
View file @
b0ba0a42
...
...
@@ -14,7 +14,7 @@
#define MAX_LINE_LENGTH 80
#define KEYS_PER_BLOCK 16
#define KEY_LENGTH 16
#define NOT_INT_MAGIC 0x80000000
#define NOT_INT_MAGIC
((int)
0x80000000
)
// one key-value pair representing a line in the config
typedef
struct
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment