mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-24 23:57:57 +00:00
remove warnings under Darwin for missing includes and too many parameters in TRACE2
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1404 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
a245f25ac8
commit
1c4833edba
@ -1969,7 +1969,7 @@ static void message_handler_req_lib_amf_pmstop (
|
||||
struct amf_comp *comp;
|
||||
SaAisErrorT error = SA_AIS_OK;
|
||||
|
||||
TRACE2 ("PmStop msg: '%s', %llu %d %d %d",
|
||||
TRACE2 ("PmStop msg: '%s', %llu %d %d",
|
||||
req_lib->compName.value,
|
||||
req_lib->processId,
|
||||
req_lib->stopQualifier,
|
||||
|
@ -125,6 +125,7 @@
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
#include "amf.h"
|
||||
#include "print.h"
|
||||
#include "util.h"
|
||||
|
@ -112,6 +112,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "amf.h"
|
||||
#include "print.h"
|
||||
#include "util.h"
|
||||
|
@ -370,6 +370,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user