diff --git a/cpp/profiler/BUCK b/cpp/profiler/BUCK
index ae0bca3a..aa93db9b 100644
--- a/cpp/profiler/BUCK
+++ b/cpp/profiler/BUCK
@@ -86,6 +86,7 @@ fb_xplat_android_cxx_library(
         "-DLOG_TAG=\"Profilo/ArtCompatibility\"",
         "-Wno-reorder-init-list",
         "-Wno-unknown-warning-option",
+        "-Wno-unused-variable",
         #"-DFBLOG_NDEBUG=0",  # verbose logging
     ],
     force_static = True,