mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
9 lines
176 B
C
9 lines
176 B
C
/* Dummy function to make sure libmisc never become an empty library.
|
|
* Solaris linker does not like such libs.
|
|
*/
|
|
// cppcheck-suppress unusedFunction
|
|
void dummy(void)
|
|
{
|
|
|
|
}
|
|
|