You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CXX tools/ir-generator/ir-generator.o
In file included from ../tools/ir-generator/ir-generator.ypp:18:
In file included from ../tools/ir-generator/irclass.h:14:
../tools/ir-generator/type.h:24:21: warning: 'toString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual cstring toString() const = 0;
^
../lib/source_file.h:198:21: note: overridden virtual function is here
virtual cstring toString() const = 0;
The text was updated successfully, but these errors were encountered:
with
clang++-3.6
:for example:
The text was updated successfully, but these errors were encountered: