forked from pool/doxygen
This commit is contained in:
12
doxygen-1.5.0-dont-exit-on-warning.patch
Normal file
12
doxygen-1.5.0-dont-exit-on-warning.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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)
|
Reference in New Issue
Block a user