https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201282

            Bug ID: 201282
           Summary: sys/compat/svr4/svr4_termios.c:193: possible missing
                    breaks ?
           Product: Base System
           Version: 10.1-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: misc
          Assignee: [email protected]
          Reporter: [email protected]

sys/compat/svr4/svr4_termios.c:194]: (warning) Variable 'sp' is reassigned a
value before the old one has been used. 'break;' missing?

    getval(B,57600);
    getval(B,115200);
    default: sp = SVR4_B9600;   /* XXX */

I think the getval macro is broken.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to