diff options
| author | Rob Loach <robloach@gmail.com> | 2019-01-23 20:07:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-23 20:07:47 -0500 |
| commit | feb6afcd61af2c42a9b5631285e8b6d4ed7f1a25 (patch) | |
| tree | 83d837a2951ec6d658c83004446611c2ca1cea50 /src/external/lua/include | |
| parent | 68db3a894a9344b5bd30d1eb8a746ade2cfb9b8f (diff) | |
| download | raylib-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/include')
0 files changed, 0 insertions, 0 deletions
