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

            Bug ID: 205722
           Summary: usr/src/lib/libstand/uuid_to_string.c:110: wierd
                    statement ?
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: dcb...@hotmail.com

[usr/src/lib/libstand/uuid_to_string.c:110]: (warning) Ineffective statement
similar to '*A++;'. Did you intend to write '(*A)++;'?

    *w++ - '\0';

Maybe

    *w++ = '\0';

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to