Kaydet (Commit) e6ae8ce9 authored tarafından Michael Stahl's avatar Michael Stahl

gbuild: add a comment why C4589 is disabled

Change-Id: I25f03d64b44c4bf8c913d0be77f1f4919355998a
üst c3b4f7b5
...@@ -120,6 +120,9 @@ gb_AFLAGS := $(AFLAGS) ...@@ -120,6 +120,9 @@ gb_AFLAGS := $(AFLAGS)
# C4512: 'class' : assignment operator could not be generated # 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 # C4611: interaction between 'function' and C++ object destruction is
# non-portable # non-portable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment