You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2016/11/21 09:42:00 UTC

svn propchange: r1770609 - svn:log

Author: rhuijben
Revision: 1770609
Modified property: svn:log

Modified: svn:log at Mon Nov 21 09:42:00 2016
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Nov 21 09:42:00 2016
@@ -22,3 +22,5 @@ Merge the 1.8.x-portability branch:
                of type 'const char' is always false [-Wtautological-constant-out-of-range-compare]
              if (*data < 0 || *data >= 0x80)
                               ~~~~~ ^  ~~~~
+         This is happily not exactly a bug because the '< 0' branch will
+         catch these cases, but it's really messy ...]]]