You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Author:
it cannot be compiled with an error
meryl2/merylOpTemplate.C:159:44: error: cast from ‘const char*’ to ‘char’ loses precision [-fpermissive]
159 | for (char *suf = strchr(prName, '#'); ((suf) && (suf == '#')); suf++)
I'm donnot ubderstand c++ ,how to change the ‘const char’ strchr(prName, '#') into ‘char’?
thank you~
The text was updated successfully, but these errors were encountered:
Dear Author:
it cannot be compiled with an error
meryl2/merylOpTemplate.C:159:44: error: cast from ‘const char*’ to ‘char’ loses precision [-fpermissive]
159 | for (char *suf = strchr(prName, '#'); ((suf) && (suf == '#')); suf++)
I'm donnot ubderstand c++ ,how to change the ‘const char’ strchr(prName, '#') into ‘char’?
thank you~
The text was updated successfully, but these errors were encountered: