sys: cbprintf: Fix unused arg warning
Missed unused arg, throws warning when compiling with -Wunused-parameter. Signed-off-by: Yuval Peress <peress@google.com>
This commit is contained in:
parent
9103bf8230
commit
56beca3828
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
/* C++ version for detecting a pointer to a string. */
|
/* C++ version for detecting a pointer to a string. */
|
||||||
static inline int z_cbprintf_cxx_is_pchar(char *, bool const_as_fixed)
|
static inline int z_cbprintf_cxx_is_pchar(char *, bool const_as_fixed)
|
||||||
{
|
{
|
||||||
|
ARG_UNUSED(const_as_fixed);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue