libpanda: silence build warning

This commit is contained in:
Adeeb Shihadeh
2023-08-04 22:16:49 -07:00
parent 6e1d35b033
commit b976cf426a

View File

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