Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    c4cd431c
    Fix a few compiler warnings pointing to real issues: · c4cd431c
    rtoy authored
    o The error message in CONNECT-TO-INET-SOCKET could be getting the
      wrong message if closing the socket causes an error.
    
    o The function (FLET DOTTED-QUAD CONNECT-TO-INET-SOCKET/NON-BLOCKING)
      was not using its argument.  (No actual change in behavior because
      all uses of DOTTED-QUAD were with an arg of ADDR anyway.)
    c4cd431c
    History
    Fix a few compiler warnings pointing to real issues:
    rtoy authored
    o The error message in CONNECT-TO-INET-SOCKET could be getting the
      wrong message if closing the socket causes an error.
    
    o The function (FLET DOTTED-QUAD CONNECT-TO-INET-SOCKET/NON-BLOCKING)
      was not using its argument.  (No actual change in behavior because
      all uses of DOTTED-QUAD were with an arg of ADDR anyway.)