We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
resolv.c could need some care to reduce it's static memory footprint. There are a lot of cases (e.g. https://github.com/contiki-os/contiki/blob/master/core/net/ip/resolv.c#L786) where variables where made static that must not necessarily be made static.
resolv.c
static
The text was updated successfully, but these errors were encountered:
trims resolv.c by removing unrequired static declarations
fbc5b53
Closes contiki-os#1333
0db58cc
Closes contiki-os/contiki#1333 fbc5b5300de430f1149606a7297acfc7e65c0cf6
Merge pull request contiki-os#1333 from alexandruioanp/pr/mosq_ppa
b198c48
[MQTT5] Use newer mosquitto PPA
No branches or pull requests
resolv.c
could need some care to reduce it's static memory footprint. There are a lot of cases (e.g. https://github.com/contiki-os/contiki/blob/master/core/net/ip/resolv.c#L786) where variables where made static that must not necessarily be madestatic
.The text was updated successfully, but these errors were encountered: