Squeezed some warnings.

This commit is contained in:
Sanel Zukan
2009-11-23 15:09:06 +00:00
parent a324dc2eb0
commit 60f5b321d4
5 changed files with 20 additions and 16 deletions

View File

@@ -48,7 +48,7 @@ static unsigned int dur_val;
static bool block_xsettings_cb = false;
#define CHECK_SETTING(n, setting, action) (strcmp(setting->name, n) == 0) && \
(action == XSETTINGS_ACTION_NEW) || (action == XSETTINGS_ACTION_CHANGED)
((action == XSETTINGS_ACTION_NEW) || (action == XSETTINGS_ACTION_CHANGED))
#define KEY_VOLUME "Bell/Volume"
#define KEY_PITCH "Bell/Pitch"