summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-02-12 23:06:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-02-12 23:06:26 +0000
commit44bc18aee176923c46a7ab9a310b6853bc6178cf (patch)
tree757988c37bc328524339a7297f94fdb4da6575bb
parentf1d3b81d886abf5a333bd71db45dc3a4f8d60317 (diff)
parentbd46988c7e1577ebb89ea03c1fc8f42ebbf52171 (diff)
downloadrs-44bc18aee176923c46a7ab9a310b6853bc6178cf.tar.gz
Merge "Remove unused macro definition." into main
-rw-r--r--support.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/support.bp b/support.bp
index d16bdbd2..07320536 100644
--- a/support.bp
+++ b/support.bp
@@ -180,8 +180,6 @@ cc_defaults {
"-DRS_COMPATIBILITY_LIB",
"-DGEMMLOWP_USE_STLPORT",
- // TODO: why isn't this picked up from the host GLOBAL_CFLAGS?
- "-D__STDC_FORMAT_MACROS",
// Allow implicit fallthrough in rsContext.cpp:414 until it is fixed.
"-Wno-error=implicit-fallthrough",