Alpine musl libc build warning fix. (0.37.51)
This commit is contained in:
parent
ee8db4da9b
commit
2fa8f8653e
2 changed files with 3 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
cmake_minimum_required(VERSION 3.10)
|
cmake_minimum_required(VERSION 3.10)
|
||||||
project(fun VERSION 0.37.50 LANGUAGES C)
|
project(fun VERSION 0.37.51 LANGUAGES C)
|
||||||
|
|
||||||
set(CMAKE_C_STANDARD 99)
|
set(CMAKE_C_STANDARD 99)
|
||||||
set(CMAKE_C_STANDARD_REQUIRED ON)
|
set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||||
|
|
|
||||||
3
src/vm.c
3
src/vm.c
|
|
@ -63,7 +63,8 @@
|
||||||
/* Central INI handle registry and helpers */
|
/* Central INI handle registry and helpers */
|
||||||
#include "vm/ini/handles.c"
|
#include "vm/ini/handles.c"
|
||||||
#endif
|
#endif
|
||||||
/* Note: INI opcode handlers are included below; changes in vm/ini/*.c require vm.c to rebuild. */
|
/* Note: INI opcode handlers are included below; changes in vm/ini/ .c files
|
||||||
|
* require vm.c to rebuild. */
|
||||||
#include "external/json.c"
|
#include "external/json.c"
|
||||||
#include "external/libsql.c"
|
#include "external/libsql.c"
|
||||||
#include "external/pcsc.c"
|
#include "external/pcsc.c"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue