1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Try to fix compilation on -CURRENT.

This commit is contained in:
Alex Dupre 2020-02-20 13:35:01 +00:00
parent 9f751c77f4
commit a1be0e50d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526570

View File

@ -0,0 +1,11 @@
--- libsolidity/codegen/ir/IRGeneratorForStatements.cpp.orig 2020-02-20 13:32:21 UTC
+++ libsolidity/codegen/ir/IRGeneratorForStatements.cpp
@@ -968,7 +968,7 @@ void IRGeneratorForStatements::endVisit(IndexAccess co
*_indexAccess.annotation().type,
IRLValue::Storage{
slot,
- 0
+ 0u
}
});
}