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",
|
||||
"diskio.h": "./source/diskio.h",
|
||||
},
|
||||
cflags=["-Wno-pointer-sign"],
|
||||
)
|
||||
|
||||
@@ -22,4 +22,5 @@ clibrary(
|
||||
"libhfs.h": "./libhfs/libhfs.h",
|
||||
"os.h": "./libhfs/os.h",
|
||||
},
|
||||
cflags=["-Wno-pointer-sign"],
|
||||
)
|
||||
|
||||
@@ -60,7 +60,11 @@ else:
|
||||
clibrary(
|
||||
name="libusbp",
|
||||
srcs=srcs,
|
||||
cflags=["-Idep/libusbp/include", "-Idep/libusbp/src"],
|
||||
cflags=[
|
||||
"-Idep/libusbp/include",
|
||||
"-Idep/libusbp/src",
|
||||
"-Wno-deprecated-declarations",
|
||||
],
|
||||
caller_ldflags=ldflags,
|
||||
deps=deps,
|
||||
hdrs={
|
||||
|
||||
Reference in New Issue
Block a user