profiling: fix minor compiler warning

pull/2136/head
Victor Julien 10 years ago
parent 4369161b92
commit e11753e3f2

@ -66,7 +66,9 @@ static int profiling_sghs_output_to_file = 0;
int profiling_sghs_enabled = 0;
static char *profiling_file_name = "";
static const char *profiling_file_mode = "a";
#ifdef HAVE_LIBJANSSON
static int profiling_rulegroup_json = 0;
#endif
void SCProfilingSghsGlobalInit(void)
{

@ -81,7 +81,9 @@ extern int profiling_output_to_file;
int profiling_rules_enabled = 0;
static char *profiling_file_name = "";
static const char *profiling_file_mode = "a";
#ifdef HAVE_LIBJANSSON
static int profiling_rule_json = 0;
#endif
/**
* Sort orders for dumping profiled rules.

Loading…
Cancel
Save