blob: 1b96a512ab883bcbd9c1f69276fdacb76d6fd0de (
plain)
1
2
3
4
5
|
-Wrealloc-lhs
-Wrealloc-lhs-all
# Turn off warnings for passing non-ANSI types to BIND().
# We pass a lot of hid_t, etc. types so this generates a LOT of spurious warnings.
-Wno-c-binding-type
|