aboutsummaryrefslogtreecommitdiff
path: root/src/external/lua
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2019-01-23 20:07:47 -0500
committerGitHub <noreply@github.com>2019-01-23 20:07:47 -0500
commitfeb6afcd61af2c42a9b5631285e8b6d4ed7f1a25 (patch)
tree83d837a2951ec6d658c83004446611c2ca1cea50 /src/external/lua
parent68db3a894a9344b5bd30d1eb8a746ade2cfb9b8f (diff)
downloadraylib-feb6afcd61af2c42a9b5631285e8b6d4ed7f1a25.tar.gz
raylib-feb6afcd61af2c42a9b5631285e8b6d4ed7f1a25.zip
Fix clang++ compilation errors
clang was complaining about the type conversions. For example... ``` node_modules/raylib-src/src/core.c:1888:15: error: cannot initialize a variable of type 'char *' with an rvalue of type 'void *' char *cmd = calloc(strlen(url) + 10, sizeof(char)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```
Diffstat (limited to 'src/external/lua')
0 files changed, 0 insertions, 0 deletions