Fix 'potentially uninitialized' warning on var
This commit is contained in:
parent
e44addccb0
commit
3af33e11b7
@ -711,7 +711,7 @@ void obs_sceneitem_setalignment(obs_sceneitem_t item, uint32_t alignment)
|
||||
static inline void signal_move_dir(struct obs_scene_item *item,
|
||||
enum order_movement movement)
|
||||
{
|
||||
const char *command;
|
||||
const char *command = NULL;
|
||||
struct calldata params = {0};
|
||||
|
||||
switch (movement) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user