Skip to content

include cstdint and change C standard to GNU99#4

Open
Mo-Tx wants to merge 3 commits into
JoeStrout:mainfrom
Mo-Tx:patch-1
Open

include cstdint and change C standard to GNU99#4
Mo-Tx wants to merge 3 commits into
JoeStrout:mainfrom
Mo-Tx:patch-1

Conversation

@Mo-Tx
Copy link
Copy Markdown

@Mo-Tx Mo-Tx commented May 27, 2026

info:

gcc version 16.1.1 on arch linux (the newer more restictive compiler required these changes to avoid build errors)

changes:

  • cstdint included inside CS_List.h because of uint8_t usage
  • C standard changed from C99 to GNU99 because of usage of GNU/POSIX extensions in C files(such as strdup)

@Mo-Tx Mo-Tx changed the title Add cstdint include for uint8_t type usage Add cstdint include for uint8_t type usage and change C standard to gnu99 for POSIX extensions May 27, 2026
Enable C extensions for POSIX compatibility.
@Mo-Tx Mo-Tx changed the title Add cstdint include for uint8_t type usage and change C standard to gnu99 for POSIX extensions include cstdint and change C standard to GNU99 May 27, 2026
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

Successfully merging this pull request may close these issues.

1 participant