You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2017/08/10 02:21:41 UTC

[mynewt-core] branch master updated: lwip - Fix "defined but not used" warnings.

This is an automated email from the ASF dual-hosted git repository.

ccollins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new fd82a5c  lwip - Fix "defined but not used" warnings.
fd82a5c is described below

commit fd82a5cb6248f48be7ed19beb9994d6da939769e
Author: Christopher Collins <cc...@apache.org>
AuthorDate: Wed Aug 9 19:20:43 2017 -0700

    lwip - Fix "defined but not used" warnings.
---
 net/ip/lwip_base/src/apps/httpd/fsdata.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/net/ip/lwip_base/src/apps/httpd/fsdata.c b/net/ip/lwip_base/src/apps/httpd/fsdata.c
index 6170ce6..e8583b0 100644
--- a/net/ip/lwip_base/src/apps/httpd/fsdata.c
+++ b/net/ip/lwip_base/src/apps/httpd/fsdata.c
@@ -6,7 +6,6 @@
 #define file_NULL (struct fsdata_file *) NULL
 
 
-static const unsigned int dummy_align__img_sics_gif = 0;
 static const unsigned char data__img_sics_gif[] = {
 /* /img/sics.gif (14 chars) */
 0x2f,0x69,0x6d,0x67,0x2f,0x73,0x69,0x63,0x73,0x2e,0x67,0x69,0x66,0x00,0x00,0x00,
@@ -75,7 +74,6 @@ static const unsigned char data__img_sics_gif[] = {
 0x82,0x0c,0x36,0xe8,0xe0,0x83,0x10,0x46,0x28,0xe1,0x84,0x14,0x56,0x68,0xa1,0x10,
 0x41,0x00,0x00,0x3b,};
 
-static const unsigned int dummy_align__404_html = 1;
 static const unsigned char data__404_html[] = {
 /* /404.html (10 chars) */
 0x2f,0x34,0x30,0x34,0x2e,0x68,0x74,0x6d,0x6c,0x00,0x00,0x00,
@@ -134,7 +132,6 @@ static const unsigned char data__404_html[] = {
 0x3e,0x0d,0x0a,0x3c,0x2f,0x62,0x6f,0x64,0x79,0x3e,0x0d,0x0a,0x3c,0x2f,0x68,0x74,
 0x6d,0x6c,0x3e,0x0d,0x0a,};
 
-static const unsigned int dummy_align__index_html = 2;
 static const unsigned char data__index_html[] = {
 /* /index.html (12 chars) */
 0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0x00,

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].