[PATCH] include stdint.h explicitly for UINT16_MAX)

Subsystems: the rest

STALE3363d

2 messages, 2 authors, 2017-05-22 · open the first message on its own page

[PATCH] include stdint.h explicitly for UINT16_MAX)

From: Khem Raj <hidden>
Date: 2017-05-20 21:28:56

Fixes
| tc_core.c:190:29: error: 'UINT16_MAX' undeclared (first use in this function); did you mean '__INT16_MAX__'?
|    if ((sz >> s->size_log) > UINT16_MAX) {
|                              ^~~~~~~~~~

Signed-off-by: Khem Raj <redacted>
---
 tc/tc_core.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/tc/tc_core.c b/tc/tc_core.c
index 7bbe0d7..821b741 100644
--- a/tc/tc_core.c
+++ b/tc/tc_core.c
@@ -12,6 +12,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <unistd.h>
 #include <syslog.h>
 #include <fcntl.h>
-- 
2.13.0

Re: [PATCH] include stdint.h explicitly for UINT16_MAX)

From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2017-05-22 18:45:01

On Sat, 20 May 2017 14:28:46 -0700
Khem Raj [off-list ref] wrote:
Fixes
| tc_core.c:190:29: error: 'UINT16_MAX' undeclared (first use in this function); did you mean '__INT16_MAX__'?
|    if ((sz >> s->size_log) > UINT16_MAX) {
|                              ^~~~~~~~~~

Signed-off-by: Khem Raj <redacted>
Applied.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help