mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-14 05:46:19 +00:00
Fix annoying build failure because of code coverage increases.
(Logical change 1.78) git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@276 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
f95a7adeb0
commit
6ee24ca4df
@ -48,6 +48,10 @@ int main (void)
|
||||
exit (-1);
|
||||
}
|
||||
|
||||
#ifdef CODE_COVERAGE_COMPILE_OUT
|
||||
saAmfPrintGroups ();
|
||||
#endif
|
||||
|
||||
saAmfPrintGroups ();
|
||||
|
||||
return (0);
|
||||
|
Loading…
Reference in New Issue
Block a user