Fix a number of warnings

Structures with anonymous unions would a warning when you do a brace
assignment on them.

Also fixed some unused parameters and removed some unused variables.
This commit is contained in:
jp9000
2014-06-16 17:55:48 -07:00
parent f937d66fab
commit ed5b4f590c
4 changed files with 36 additions and 21 deletions

View File

@@ -14,6 +14,7 @@ static OBSSceneItem FindASelectedItem(OBSScene scene)
return false;
}
UNUSED_PARAMETER(scene);
return true;
};