Discussion:
memory free function is not available through unified headers
mun24
2017-12-25 22:33:54 UTC
Permalink
I noticed this using android ndk-build cmd of ndk r15 or r16. How to fix it.

getting this error:
implicit declaration of function 'free' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
free(path);
^

Thx
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/ebc28403-fa2c-47ad-a7e5-e35aa75a838e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Kenneth Geisshirt
2017-12-26 09:26:30 UTC
Permalink
Do you include stdlib.h?

- Kenneth
Post by mun24
I noticed this using android ndk-build cmd of ndk r15 or r16. How to fix it.
implicit declaration of function 'free' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
free(path);
^
Thx
--
You received this message because you are subscribed to the Google Groups
"android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit
https://groups.google.com/d/msgid/android-ndk/ebc28403-fa2c-47ad-a7e5-e35aa75a838e%40googlegroups.com
<https://groups.google.com/d/msgid/android-ndk/ebc28403-fa2c-47ad-a7e5-e35aa75a838e%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
Kenneth Geisshirt, M.Sc., Ph.D.
MajbÞl Allé 18, DK-2770 Kastrup, +45 60 62 71 82
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/CAFLzvuqbZreB%3DEkCfVGFmQ0uMi49T23McCxP9r37DcT0KeVNnA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...