aboutsummaryrefslogtreecommitdiff
path: root/src/external/lua/include
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2019-01-23 22:28:10 -0500
committerGitHub <noreply@github.com>2019-01-23 22:28:10 -0500
commit90d5bb79e58b7d56936e5b6db78e1caa7a43a4ec (patch)
treee2073f74129ab114fc7544ab965ec9c4a0e77d09 /src/external/lua/include
parent68db3a894a9344b5bd30d1eb8a746ade2cfb9b8f (diff)
downloadraylib-90d5bb79e58b7d56936e5b6db78e1caa7a43a4ec.tar.gz
raylib-90d5bb79e58b7d56936e5b6db78e1caa7a43a4ec.zip
Fix font cannot be narrowed to type 'int'
Getting the following strict error.... ``` src/text.c:117:105: error: constant expression evaluates to 2398692640 which cannot be narrowed to type 'int' [-Wc++11-narrowing] ...0x00000000, 0x00000000, 0x00200020, 0x0001b000, 0x00000000, 0x00000000, 0x8ef92520, 0x00020a00... ^~~~~~~~~~ ``` Switching it to an unsigned int fixes it.
Diffstat (limited to 'src/external/lua/include')
0 files changed, 0 insertions, 0 deletions