Parminder Singh
Parminder Singh
Thanks it works.
Fixed the commit message according to the rules.
Removed the history of commits, in order to be able to resolve errors related to commit messages that did not respect the rules.
Fixed the commit message according to the rules.
Removed the history of commits, in order to be able to resolve errors related to commit messages that did not respect the rules.
This parameter is never used inside the library, but in my case it is useful. I developed an LwM2M client that allows the user to add and remove LwM2M resources...
> * Add a [format attribute](https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Common-Function-Attributes.html#index-format-function-attribute) to the function lwm2m_coap_printf(), so that passed arguments can be checked at compile time. Do you mean add the format like this (in the...
> * [Add a build with this new flag enabled](https://github.com/eclipse/wakaama/blob/514659414c792f8c252782af63551b6d09704a7b/.github/workflows/build.yaml#L67), so that CI can check it does not break. Do you mean that I should append this in the [wakaama/examples/client/CMakeLists.txt](https://github.com/eclipse/wakaama/blob/master/examples/client/CMakeLists.txt)...
> > * Add a [format attribute](https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Common-Function-Attributes.html#index-format-function-attribute) to the function lwm2m_coap_printf(), so that passed arguments can be checked at compile time. > > Do you mean add the format like...
I like this idea too =)