mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-24 11:11:02 -07:00
Silence some warnings.
This commit is contained in:
@@ -15,4 +15,5 @@ clibrary(
|
|||||||
"ffconf.h": "./source/ffconf.h",
|
"ffconf.h": "./source/ffconf.h",
|
||||||
"diskio.h": "./source/diskio.h",
|
"diskio.h": "./source/diskio.h",
|
||||||
},
|
},
|
||||||
|
cflags=["-Wno-pointer-sign"],
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -22,4 +22,5 @@ clibrary(
|
|||||||
"libhfs.h": "./libhfs/libhfs.h",
|
"libhfs.h": "./libhfs/libhfs.h",
|
||||||
"os.h": "./libhfs/os.h",
|
"os.h": "./libhfs/os.h",
|
||||||
},
|
},
|
||||||
|
cflags=["-Wno-pointer-sign"],
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -60,7 +60,11 @@ else:
|
|||||||
clibrary(
|
clibrary(
|
||||||
name="libusbp",
|
name="libusbp",
|
||||||
srcs=srcs,
|
srcs=srcs,
|
||||||
cflags=["-Idep/libusbp/include", "-Idep/libusbp/src"],
|
cflags=[
|
||||||
|
"-Idep/libusbp/include",
|
||||||
|
"-Idep/libusbp/src",
|
||||||
|
"-Wno-deprecated-declarations",
|
||||||
|
],
|
||||||
caller_ldflags=ldflags,
|
caller_ldflags=ldflags,
|
||||||
deps=deps,
|
deps=deps,
|
||||||
hdrs={
|
hdrs={
|
||||||
|
|||||||
Reference in New Issue
Block a user