Files
blisp/include
Berk D. Demir 52e736eaa2 Fix compiler warnings: Unused functions
Move function definitions in include/blisp_util.h to lib/blisp_util.c.

Defining them as static leads to internal linkage, accessible in that
translation unit, hence the warning. Their references are to be handled
in other translation units, so they shouldn't be static.
2025-07-17 14:59:09 -07:00
..
2023-01-09 21:23:46 +01:00
2023-01-09 21:23:46 +01:00
2023-05-09 07:39:25 +10:00
2023-05-09 08:05:38 +10:00