warning in cfgfiles.c while building sfctool

../src/cfgfiles.c:457:9: warning: variable 'nsep' set but not used [-Wunused-but-set-variable]
  457 |     int nsep = 1;
      |         ^
1 warning generated.
This commit is contained in:
nhmall
2025-06-04 05:51:03 -04:00
parent 45f751989a
commit b8aa0a507c

View File

@@ -470,6 +470,7 @@ choose_random_part(char *str, char sep)
#ifndef SFCTOOL
csep = rn2(nsep);
#else
nhUse(nsep);
csep = 1;
#endif
str = begin;