mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-04-19 00:56:53 -04:00
make sure that char* declarations with a direct assignment of a constant are no longer valid in plugins. They must be char const * because string literals are "const" with newest compilers