Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2015 10:12:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 205722] usr/src/lib/libstand/uuid_to_string.c:110: wierd statement ?
Message-ID:  <bug-205722-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205722

            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: dcb314@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++ =3D '\0';

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205722-8>