projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eaf2fa
)
base64: Remove an unused variable.
author
Andre Noll
<maan@tuebingen.mpg.de>
Wed, 4 Jan 2017 20:58:12 +0000
(21:58 +0100)
committer
Andre Noll
<maan@tuebingen.mpg.de>
Wed, 4 Jan 2017 20:58:12 +0000
(21:58 +0100)
This is only reported on gcc-6 or newer. Not a serious issue, but
still annoying.
base64.c
patch
|
blob
|
history
diff --git
a/base64.c
b/base64.c
index 7b8fe2920cf6e55fb02a23cb7b57624e3139d587..122465f8feea79cf06d09bfd759d2446ee0f3f12 100644
(file)
--- a/
base64.c
+++ b/
base64.c
@@
-13,8
+13,6
@@
#include "base64.h"
#include "string.h"
-static const char Base64[] =
- "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
static const unsigned char base64_tab[256] = {
255, 255, 255, 255, 255, 255, 255, 255, /* 00-07 */
255, 255, 255, 255, 255, 255, 255, 255, /* 08-0f */