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
Hello, with PGI compiler (nvc), I met these kind of warnings:
"~/yaml/src/scanner.c", line 3181: warning: integer conversion resulted in a change of sign
*(string.pointer++) = '\xC2';
^
...
"~/yaml/src/scanner.c", line 3199: warning: integer conversion resulted in a change of sign
*(string.pointer++) = '\xA9';
^
The text was updated successfully, but these errors were encountered:
Hello, with PGI compiler (nvc), I met these kind of warnings:
The text was updated successfully, but these errors were encountered: