Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings with Pelles ISO C Compiler, Version 12.00.1 #74

Open
omm opened this issue Mar 28, 2024 · 0 comments
Open

Warnings with Pelles ISO C Compiler, Version 12.00.1 #74

omm opened this issue Mar 28, 2024 · 0 comments

Comments

@omm
Copy link

omm commented Mar 28, 2024

Hi,

Warnings like that is normal?

source\common\hbfopen.c(67): warning #2018: Undeclared function 'fopen_s' (did you mean: fopen?); assuming 'extern' returning 'int'.
source\common\hbmem.c(341): warning #2805: Possible violation of strict-aliasing rules.
source\common\hbmem.c(341): warning #2805: Possible violation of strict-aliasing rules.
source\common\hbstr.c(84): warning #2074: Escape sequence '\x80' is out of range for 'char'.
source\common\hbstr.c(84): warning #2074: Escape sequence '\x81' is out of range for 'char'.
source\common\hbstr.c(84): warning #2074: Escape sequence '\x82' is out of range for 'char'.
source\common\hbstr.c(84): warning #2074: Escape sequence '\x83' is out of range for 'char'.
source\common\hbstr.c(84): warning #2074: Escape sequence '\x84' is out of range for 'char'.
source\common\hbstr.c(84): warning #2074: Escape sequence '\x85' is out of range for 'char'.
source\common\hbstr.c(84): warning #2074: Escape sequence '\x86' is out of range for 'char'.
source\common\hbstr.c(84): warning #2074: Escape sequence '\x87' is out of range for 'char'.
source\common\hbstr.c(84): warning #2074: Escape sequence '\x88' is out of range for 'char'.
source\common\hbstr.c(84): warning #2074: Escape sequence '\x89' is out of range for 'char'.
source\common\hbstr.c(84): warning #2074: Escape sequence '\x8A' is out of range for 'char'.
source\common\hbstr.c(84): warning #2074: Escape sequence '\x8B' is out of range for 'char'.
source\common\hbstr.c(84): warning #2074: Escape sequence '\x8C' is out of range for 'char'.
source\common\hbstr.c(84): warning #2074: Escape sequence '\x8D' is out of range for 'char'.
source\common\hbstr.c(84): warning #2074: Escape sequence '\x8E' is out of range for 'char'.
source\common\hbstr.c(84): warning #2074: Escape sequence '\x8F' is out of range for 'char'.

See full log of buildings xHarbour in attached files
xharbour_log.txt

Thanks and regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant