commit | 163e63f955aecd04cd2cc7b83412827a333dc55e | [log] [tgz] |
---|---|---|
author | Cindy Liu <hcindyl@google.com> | Fri Jan 05 13:02:52 2024 -0800 |
committer | Cindy Liu <hcindyl@google.com> | Fri Jan 05 13:02:52 2024 -0800 |
tree | be274b489ee12e4e2bdfa37a0965041b85e6c4bf | |
parent | f3f8e493e8d288402553a29cde4f0eefc0440824 [diff] |
Turn off unused-function warning in GCC It is off in upstream IREE code base Change-Id: Ib94d038ae8d757d23efa73ddd324a0ad624d1668
diff --git a/cmake/sparrow_ops.cmake b/cmake/sparrow_ops.cmake index 586ccf5..7310266 100644 --- a/cmake/sparrow_ops.cmake +++ b/cmake/sparrow_ops.cmake
@@ -95,6 +95,7 @@ "-Wall" # Disable warnings we don't care about or that generally have a low # signal/noise ratio. + "-Wno-unused-function" )