Skip to content

Comments

Use int* instead of size_t* to retreive array sizes#1

Open
aminiussi wants to merge 1 commit intonatefoo:mainfrom
aminiussi:size_t
Open

Use int* instead of size_t* to retreive array sizes#1
aminiussi wants to merge 1 commit intonatefoo:mainfrom
aminiussi:size_t

Conversation

@aminiussi
Copy link

On all bindings manual pages I could find (example ) the drmaa_get_num_xxx functions uses a int * to store their result.

On some (most?) platforms, int * and size_t are not compatibles.
The go binding, for one, fails to build because of this.

…ler.sourceforge.net/htmlman/htmlman3/drmaa_attributes.html) the drmaa_get_num_xxx functions uses a int * to store their result.

On some (most?) platforms, int * and size_t are not compatibles.
The go binding, for one, fails to build because of this.
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