buglwIP - A Lightweight TCP/IP stack - Bugs: bug #42634, unused variables

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #42634: unused variables

Submitter:  Sergio R. Caprile <scaprile>
Submitted:  Fri 27 Jun 2014 02:32:07 PM UTC
   
 
Category:  Contrib Severity:  3 - Normal
Item Group:  Compiler Warning Status:  Fixed
Privacy:  Public Assigned to:  goldsimon
Open/Closed:  Closed Planned Release:  None
lwIP version:  git head

Tue 02 Sep 2014 06:25:21 PM UTC, comment #1: 

fixed, thanks for reporting.

Simon Goldschmidt <goldsimon>
Group administrator
Fri 27 Jun 2014 02:32:07 PM UTC, original submission:  

´´
--- a/apps/smtp/smtp.c
+++ b/apps/smtp/smtp.c
@@ -283,9 +283,6 @@ static char smtp_auth_plain[SMTP_MAX_USERNAME_LEN + SMTP_MAX_PASS_LEN + 3];
 /** Length of smtp_auth_plain string (cannot use strlen since it includes \0) */
 static size_t smtp_auth_plain_len;

-static size_t max_tx_buf_len;
-static size_t max_rx_buf_len;
-
 static err_t  smtp_verify(const char *data, size_t data_len, u8_t linebreaks_allowed);
 static err_t  smtp_tcp_recv(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err);
 static void   smtp_tcp_err(void *arg, err_t err);
´´

Sergio R. Caprile <scaprile>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Posted a comment)
  • -email is unavailable- added by scaprile (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-09-02 goldsimon StatusNone Fixed
        Assigned toNone goldsimon
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code