aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-09-28 12:24:51 +0100
committergingerBill <bill@gingerbill.org>2021-09-28 12:24:51 +0100
commit6f872e04c85213406dcda52d3d8051f0a3022f6d (patch)
tree06d73532aa236bbd9e8c2f90224fdd6a4dd18359 /src/entity.cpp
parentea0bf057272d34b66c0403718d60d315aea7c369 (diff)
Move redundant `auto_cast` error from `-vet` to `-vet-extra`
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index 11954113d..b79a38a1a 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -183,6 +183,7 @@ struct Entity {
DeferredProcedure deferred_procedure;
bool is_foreign;
bool is_export;
+ bool generated_from_polymorphic;
ProcedureOptimizationMode optimization_mode;
} Procedure;
struct {