http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20318
Marc Glisse <glisse at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |glisse at gcc dot gnu.org
Resolution|--- |FIXED
--- Comment #11 from Marc Glisse <glisse at gcc dot gnu.org> ---
Marking svn_fs_fs__id_parse and svn_error_create with the new
__attribute__((__returns_nonnull__)) makes the warning about root_id disappear
at -O3, so I am going to mark this bug as fixed, please reopen if necessary.