intel / intel/psst

gcc 6.3.0 produces a warning that may be a potential bug

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
24
Forks
8
PR merge metrics
No merged PRs in 30d

Description

src/parse_config.c: In function 'populate_default_config':
src/parse_config.c:174:18: warning: '__s' may be used uninitialized in this function [-Wmaybe-uninitialized]
pos = token + strlen(subtoken) + 1;
^~~~~~~~~~~~~~~~
src/parse_config.c:151:12: note: '__s' was declared here
static int cpuset_to_bitmap(char *buf, cpu_set_t *cpumask)
^~~~~~~~~~~~~~~~

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.