lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [patch #10206] Fixed Signed/Unsigned Comparison Warning


From: William Lin
Subject: [lwip-devel] [patch #10206] Fixed Signed/Unsigned Comparison Warning
Date: Fri, 13 May 2022 15:09:52 -0400 (EDT)

URL:
  <https://savannah.nongnu.org/patch/?10206>

                 Summary: Fixed Signed/Unsigned Comparison Warning
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: williamlin
            Submitted on: Fri 13 May 2022 07:09:50 PM UTC
                Category: None
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

The implementation for the application layered TCP/TLS connection API compares
a signed return value with an unsigned constant, which raises a compiler
warning. This patch addresses this issue by making the comparison types more
explicit.




    _______________________________________________________
File Attachments:


-------------------------------------------------------
Date: Fri 13 May 2022 07:09:50 PM UTC  Name:
fix-signed-unsigned-comparison.patch  Size: 635B   By: williamlin

<http://savannah.nongnu.org/patch/download.php?file_id=53197>

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/patch/?10206>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]