mirror of https://github.com/commaai/panda.git
libpanda: silence build warning
This commit is contained in:
parent
6e1d35b033
commit
b976cf426a
|
@ -14,6 +14,7 @@ env = Environment(
|
|||
'-fno-builtin',
|
||||
'-std=gnu11',
|
||||
'-Wfatal-errors',
|
||||
'-Wno-pointer-to-int-cast',
|
||||
],
|
||||
CPPPATH=[".", "../../board/"],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue