This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2025-01-17 06:52:44 +01:00
Code
Releases
Activity
3b8deac3e9
RIOT
/
tests
/
unittests
/
tests-ubjson
/
Makefile.include
5 lines
84 B
Makefile
Raw
Normal View
History
Unescape
Escape
tests: add UBJSON unittests
2014-11-12 08:45:46 +01:00
USEMODULE
+=
ubjson
USEMODULE
+=
pipe
sys/ubjson: deprecate module. Summary for Users ================= Deprecation is scheduled for 2020.01. Users which depend on this module and cannot switch libraries may copy the code into to their own application. As expressed in PR #11724, the UBJSON module has issues which are not easy or worth fixing. Before removing the module, it should be marked as deprecated to give users time to either migrate to another library, or copy the code to their own private repo. The deprecation warning has been supressed from the unit tests. This has the ugly side-effect of supressing deprecation warning in other unit tests too, but that should not last long, only until the module is finally deleted.
2019-06-25 14:49:36 +02:00
CFLAGS
+=
-Wno-error
=
deprecated-declarations
Copy Permalink