-
Notifications
You must be signed in to change notification settings - Fork 87
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
memset_s function signature conflicts with C11 standard library memset_s #14
Labels
Comments
This actually causes breakage on FreeBSD:
|
The same error that @pgiffuni describes also happens on OSX. |
mbargull
added a commit
to bioconda/bioconda-recipes
that referenced
this issue
Jul 10, 2020
BiocondaBot
pushed a commit
to bioconda/bioconda-recipes
that referenced
this issue
Jul 11, 2020
Merge PR #23102, commits were: * bwa-mem2: skip osx due to intel/safestringlib#14 * bwa-mem2: fix source,patch,make,multi,license,doi * try as libs * try/use makefile patch * allow zlib * use cpp compiler * more lint * some lint * try building from source * ignore some lint * add libgcc * rename to bwa-mem2 * rename bwamem2 to bwa-mem2 * move all related files * noarch generic * Merge branch 'master' into bwamem2 * add bwa-mem2
adRn-s
added a commit
to adRn-s/bioconda-recipes
that referenced
this issue
Sep 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
safestringlib:
c11 standard library:
It would be nicer if the signatures would not conflict.
My proposal would be to rename safestringlib's
memset_s
tomemset8_s
(in line with the othermemsetXX_s
variants) and perhaps also add the C11 function.The text was updated successfully, but these errors were encountered: