gbuild: add a comment why C4589 is disabled
Change-Id: I25f03d64b44c4bf8c913d0be77f1f4919355998a
This commit is contained in:
@@ -120,6 +120,9 @@ gb_AFLAGS := $(AFLAGS)
|
||||
|
||||
# C4512: 'class' : assignment operator could not be generated
|
||||
|
||||
# C4589: Constructor of abstract class 'Derived' ignores initializer for
|
||||
# virtual base class 'Base' https://codereview.chromium.org/1234253003
|
||||
|
||||
# C4611: interaction between 'function' and C++ object destruction is
|
||||
# non-portable
|
||||
|
||||
|
Reference in New Issue
Block a user