Skip to content

nshlib/nsh_vars.c: Add missing stdio.h#1660

Merged
acassis merged 1 commit intoapache:masterfrom
tiiuae:fix_nshvars
Mar 17, 2023
Merged

nshlib/nsh_vars.c: Add missing stdio.h#1660
acassis merged 1 commit intoapache:masterfrom
tiiuae:fix_nshvars

Conversation

@pussuw
Copy link
Copy Markdown
Contributor

@pussuw pussuw commented Mar 13, 2023

Summary

nsh_vars.c: In function 'nsh_setvar':
nsh_vars.c:285:3: error: incompatible implicit declaration of built-in function 'sprintf' [-Werror]
285 | sprintf(pair, "%s=%s", name, value);

Impact

Fix build issue

Testing

CI pass

nsh_vars.c: In function 'nsh_setvar':
nsh_vars.c:285:3: error: incompatible implicit declaration of built-in function 'sprintf' [-Werror]
  285 |   sprintf(pair, "%s=%s", name, value);
@acassis acassis merged commit 5d9811a into apache:master Mar 17, 2023
@pussuw pussuw deleted the fix_nshvars branch March 17, 2023 15:01
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.

3 participants