VirtualBox

Ignore:
Timestamp:
Oct 11, 2017 4:11:23 PM (7 years ago)
Author:
vboxsync
Message:

Global: replace fall-through comments with RT_FALL_THRU().
bugref:8192: gcc warnings

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

Legend:

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

    r64307 r69046  
    771771        case DHCPDISCOVER:
    772772            fDhcpDiscover = 1;
    773             /* fall through */
     773            RT_FALL_THRU();
    774774        case DHCPINFORM:
    775775            rc = dhcp_decode_discover(pData, bp, fDhcpDiscover, m);
  • trunk/src/VBox/Devices/Network/slirp/bsd/kern/subr_sbuf.c

    r30045 r69046  
    380380        case ENAMETOOLONG:
    381381                SBUF_SETFLAG(s, SBUF_OVERFLOWED);
    382                 /* fall through */
     382                RT_FALL_THRU();
    383383        case 0:
    384384                s->s_len += done - 1;
  • trunk/src/VBox/Devices/Network/slirp/bsd/kern/uipc_mbuf.c

    r66828 r69046  
    302302            AssertMsgFailed(("unimplemented"));
    303303#endif
    304                         /* FALLTHROUGH */
     304                        RT_FALL_THRU();
    305305                case EXT_EXTREF:
    306306                        KASSERT(m->m_ext.ext_free != NULL,
  • trunk/src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.c

    r62511 r69046  
    615615            fprintf(stderr, PACKAGE_STRING "\n");
    616616            exit(0);
    617         /* FALLTHROUGH */
     617        RT_FALL_THRU();
    618618        case 'h':
    619619        default:
  • trunk/src/VBox/Devices/Network/slirp/ip_icmp.c

    r63478 r69046  
    333333            lport = udp->uh_sport;
    334334            last_socket = udp_last_so;
    335             /* fall through */
     335            RT_FALL_THRU();
    336336
    337337        case IPPROTO_TCP:
  • trunk/src/VBox/Devices/Network/slirp/libalias/alias_ftp.c

    r65664 r69046  
    341341            else
    342342                state++;
    343             /* FALLTHRU */
     343            RT_FALL_THRU();
    344344        case 1:
    345345        case 3:
  • trunk/src/VBox/Devices/Network/slirp/tcp_subr.c

    r68444 r69046  
    455455                        }
    456456                    }
    457                     /* FALLTHROUGH */
     457                    RT_FALL_THRU();
    458458                case CTL_ALIAS:
    459459                default:
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