Skip to content

Conversation

@jayrm
Copy link
Member

@jayrm jayrm commented Apr 13, 2019

A few fixes for issues mentioned on freebasic.net forums:
See variadic functions and argument lists in fbc

  • disable suspicious warnings on NULL pointer checks for pointers to cva_list types
  • disable -gen gcc warning of comparison of distinct pointer types lacks a cast when comparing cva_list pointer types
  • disallow ANY ALIAS "modifier" unless it is also a pointer type, like ANY PTR. Allocated data types must have non-zero size.

@jayrm jayrm merged commit f35c501 into freebasic:master Apr 14, 2019
@jayrm jayrm deleted the varargs branch April 14, 2019 21:53
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