Project

General

Profile

Actions

Bug #2228

closed

tests/fsm/fsm_test.c: unreacheable code

Added by fixeria almost 7 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
05/04/2017
Due date:
% Done:

100%

Spec Reference:

Description

static struct ctrl_cmd *exec_ctrl_cmd(const char *cmdstr)
{
    struct ctrl_cmd *cmd;
    return ctrl_cmd_exec_from_string(g_ctrl, cmdstr);
    OSMO_ASSERT(cmd);
    return cmd;
}
Actions #1

Updated by fixeria almost 7 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100
Actions #2

Updated by fixeria almost 7 years ago

  • Status changed from Feedback to Closed
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)