mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-01 00:04:28 +00:00
93c83fbc7c
Sparse checks it. This is neater than using a struct, which has some slightly weird syntax at times. This also reduces the risk of someone adding another struct member.
2 lines
138 B
Makefile
2 lines
138 B
Makefile
CFLAGS=-O3 -g -Wno-discarded-qualifiers -Wno-format-truncation -Wno-stringop-truncation -Wno-uninitialized -Wno-unused -Wno-unused-result
|