mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Fix all warnings that occurred when compiling with gcc9
This commit is contained in:
@@ -94,6 +94,7 @@ public:
|
||||
};
|
||||
|
||||
|
||||
|
||||
template<class T, class _Size>
|
||||
void vec<T,_Size>::capacity(Size min_cap) {
|
||||
if (cap >= min_cap) return;
|
||||
|
||||
Reference in New Issue
Block a user