Skip to content
Snippets Groups Projects
Commit 34034d14 authored by Moe Jette's avatar Moe Jette
Browse files

fix build warning

parent 354e5dd2
No related branches found
No related tags found
No related merge requests found
...@@ -908,7 +908,7 @@ static void _gres_job_list_delete(void *list_element) ...@@ -908,7 +908,7 @@ static void _gres_job_list_delete(void *list_element)
*/ */
extern int gres_plugin_job_gres_validate(char *req_config, List *gres_list) extern int gres_plugin_job_gres_validate(char *req_config, List *gres_list)
{ {
char *tmp_str, *tok, *last; char *tmp_str, *tok, *last = NULL;
int i, rc, rc2; int i, rc, rc2;
gres_state_t *gres_ptr; gres_state_t *gres_ptr;
void *gres_data; void *gres_data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment