libyaml icon indicating copy to clipboard operation
libyaml copied to clipboard

Compiler warning: integer conversion resulted in a change of sign

Open jczhang07 opened this issue 4 years ago • 0 comments

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';
                                                ^

jczhang07 avatar Oct 19 '21 02:10 jczhang07