diff options
author | Alex Auvolat <alex@adnab.me> | 2017-05-03 20:37:59 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2017-05-03 20:37:59 +0200 |
commit | 1161e1d8be014945266017cb0ce735537a287677 (patch) | |
tree | 118f2201a5e12f79aefb404295794eed0d52cd6d /bam.lua | |
parent | 0b583122fb6cfcff991c54836d37cb3958c343b1 (diff) | |
download | kogata-1161e1d8be014945266017cb0ce735537a287677.tar.gz kogata-1161e1d8be014945266017cb0ce735537a287677.zip |
Truetype fonts
Diffstat (limited to 'bam.lua')
-rw-r--r-- | bam.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ common_settings.cc.flags:Add("-m32", "-ffreestanding", "-std=gnu99", "-Wall", "-Wextra", "-Werror", + "-Wno-error=strict-aliasing", "-Wno-unused-parameter", "-Wno-unused-function") |