Przeglądaj źródła

Merge pull request #3635 from drivehappy/clang_cleanup

Clang warning cleanup for unused parameter.
Feng Xiao 8 lat temu
rodzic
commit
c0d88ae300
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
   }