]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/target.h
[gold] Fix integer narrowing in switch
[thirdparty/binutils-gdb.git] / gold / target.h
index bb312067b5f2a621ab8abaa4de819b0e9bc20c33..00a1f988e7ada5d39747c68c089580cc73242c23 100644 (file)
@@ -1147,7 +1147,8 @@ class Sized_target : public Target
   // Record a target-specific program property in the .note.gnu.property
   // section.
   virtual void
-  record_gnu_property(int, int, size_t, const unsigned char*, const Object*)
+  record_gnu_property(int, unsigned int, size_t, const unsigned char*,
+                      const Object*)
   { }
 
   // Merge the target-specific program properties from the current object.