build: fix a few warnings from clang

This commit is contained in:
Christian Hergert
2016-04-28 04:00:11 -07:00
parent a799765066
commit 113baca655
4 changed files with 7 additions and 9 deletions

View File

@ -66,7 +66,6 @@ sysprofd_perf_event_open (sd_bus_message *msg,
{
struct perf_event_attr attr = { 0 };
sd_bus_message *reply = NULL;
sd_bus_message *kvpair;
uint64_t flags = 0;
int disabled = 0;
int32_t wakeup_events = 149;