libpanda: silence build warning

This commit is contained in:
Adeeb Shihadeh 2023-08-04 22:16:49 -07:00
parent 6e1d35b033
commit b976cf426a
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ env = Environment(
'-fno-builtin',
'-std=gnu11',
'-Wfatal-errors',
'-Wno-pointer-to-int-cast',
],
CPPPATH=[".", "../../board/"],
)