aboutsummaryrefslogtreecommitdiff
path: root/bam.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bam.lua')
-rw-r--r--bam.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/bam.lua b/bam.lua
index 37fb358..83d24cd 100644
--- a/bam.lua
+++ b/bam.lua
@@ -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")