SHA256
1
0
forked from pool/doxygen
doxygen/doxygen-1.5.0-dont-exit-on-warning.patch

13 lines
409 B
Diff

# the warning migh suggest a bug in doxygen, but let's not abort because
# of it (1.5.1 has the same change)
--- src/memberdef.cpp
+++ src/memberdef.cpp
@@ -818,7 +818,6 @@ QCString MemberDef::getOutputFileBase()
"Warning: Internal inconsistency: member %s does not belong to any"
" container!",name().data()
);
- exit(1);
return "dummy";
}
else if (separateMemberPages)