VirtualBox

Ignore:
Timestamp:
Aug 15, 2016 2:04:10 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110129
Message:

Devices: warnings (clang)

Location:
trunk/src/VBox/Devices/Network/slirp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/ip_icmp.c

    r63459 r63478  
    6464/* The message sent when emulating PING */
    6565/* Be nice and tell them it's just a psuedo-ping packet */
    66 #if 0
     66#if 0 /* unused */
    6767static const char icmp_ping_msg[] = "This is a psuedo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n";
    6868#endif
  • trunk/src/VBox/Devices/Network/slirp/tftp.c

    r63014 r63478  
    196196
    197197
     198#if 0 /* unused */
    198199DECLINLINE(bool) tftpIsAcceptableOption(const char *pszOptionName)
    199200{
     
    214215    return false;
    215216}
     217#endif /* unused */
    216218
    217219
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette