瀏覽代碼

Clang warning cleanup for unused parameter.

drivehappy 8 年之前
父節點
當前提交
e3be1febf2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/google/protobuf/arena.h

+ 1 - 1
src/google/protobuf/arena.h

@@ -853,7 +853,7 @@ class LIBPROTOBUF_EXPORT Arena {
 
   template <typename T>
   GOOGLE_ATTRIBUTE_ALWAYS_INLINE static ::google::protobuf::Arena* GetArenaInternal(
-      const T* value, google::protobuf::internal::false_type) {
+      const T* /* value */, google::protobuf::internal::false_type) {
     return NULL;
   }