mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Fixes compilation error on vanilla OpenWrt: error: implicit declaration of function 'basename' [-Werror=implicit-function-declaration] 212 | base = basename(buf); /* before we replace argv0's NUL with space */ | ^~~~~~~~ /home/dev/openwrt/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/bbfdm-1.8.9/libbbfdm/dmtree/tr181/deviceinfo.c:212:22: error: assignment to 'const char *' from 'int' makes pointer from integer without a cast [-Werror=int-conversion] 212 | base = basename(buf); /* before we replace argv0's NUL with space */ | ^ |
||
|---|---|---|
| .. | ||
| dmtree | ||
| scripts | ||
| CMakeLists.txt | ||
| dmlayer.c | ||
| dmlayer.h | ||