perf tools: Use __maybe_used for unused variables
[deliverable/linux.git] / tools / perf / util / wrapper.c
index 73e900edb5a26ec9429de4946fa1fc2a4edbf11b..19f15b6507035558204a39eb34cfd72f85a8af11 100644 (file)
@@ -7,7 +7,8 @@
  * There's no pack memory to release - but stay close to the Git
  * version so wrap this away:
  */
-static inline void release_pack_memory(size_t size __used, int flag __used)
+static inline void release_pack_memory(size_t size __maybe_unused,
+                                      int flag __maybe_unused)
 {
 }
 
This page took 0.044042 seconds and 5 git commands to generate.