Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 3 years ago

Language

C

Compiler

gcc 12.1.0

Options
Warnings
Optimization
C99
no pedantic

Author

anonymous

almost 3 years ago

$ gcc prog.c -Wall -Wextra -O2 -march=native -std=c99
prog.c: In function 'parser':
prog.c:21:19: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   21 |         while ( i < strlen(result))
      |                   ^
host: "objects.githubusercontent.com"
endpoint: "/github-production-release-asset-2e65be/21611723/f7cfd480-a7ea-11ea-852c-52df94ee4644?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220728%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220728T104250Z&X-Amz-Expires=300&X-Amz-Signature=7dbec7d58625f02f8b4dba25f74a9b3cc688184704c228f256a6a855ab41f19c&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=21611723&response-content-disposition=attachment%3B%20filename%3DQuasar.v1.4.0.zip&response-content-type=application%2Foctet-stream"
request:
GET /github-production-release-asset-2e65be/21611723/f7cfd480-a7ea-11ea-852c-52df94ee4644?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220728%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220728T104250Z&X-Amz-Expires=300&X-Amz-Signature=7dbec7d58625f02f8b4dba25f74a9b3cc688184704c228f256a6a855ab41f19c&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=21611723&response-content-disposition=attachment%3B%20filename%3DQuasar.v1.4.0.zip&response-content-type=application%2Foctet-stream HTTP/1.1


Exit Code:
0