Created
May 12, 2014 18:57
-
-
Save varya/f97109f3309a43f78b51 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./libsass/ast.hpp:488:20: note: hidden overloaded virtual function 'Sass::Expression::type' declared here: different number of parameters (0 vs 1) | |
virtual string type() { return ""; /* TODO: raise an error? */ } | |
^ | |
../libsass/ast.hpp:550:24: warning: 'Sass::Unary_Expression::type' hides overloaded virtual function [-Woverloaded-virtual] | |
ADD_PROPERTY(Type, type); | |
^ | |
../libsass/ast_def_macros.hpp:14:8: note: expanded from macro 'ADD_PROPERTY' | |
type name() const { return name##_; }\ | |
^ | |
../libsass/ast.hpp:488:20: note: hidden overloaded virtual function 'Sass::Expression::type' declared here: different return type ('string' (aka 'basic_string<char>') vs | |
'Sass::Unary_Expression::Type') | |
virtual string type() { return ""; /* TODO: raise an error? */ } | |
^ | |
../libsass/ast.hpp:550:24: warning: 'Sass::Unary_Expression::type' hides overloaded virtual function [-Woverloaded-virtual] | |
ADD_PROPERTY(Type, type); | |
^ | |
../libsass/ast_def_macros.hpp:15:8: note: expanded from macro 'ADD_PROPERTY' | |
type name(type name##__) { return name##_ = name##__; }\ | |
^ | |
../libsass/ast.hpp:488:20: note: hidden overloaded virtual function 'Sass::Expression::type' declared here: different number of parameters (0 vs 1) | |
virtual string type() { return ""; /* TODO: raise an error? */ } | |
^ | |
../libsass/ast.hpp:605:24: warning: 'Sass::Textual::type' hides overloaded virtual function [-Woverloaded-virtual] | |
ADD_PROPERTY(Type, type); | |
^ | |
../libsass/ast_def_macros.hpp:14:8: note: expanded from macro 'ADD_PROPERTY' | |
type name() const { return name##_; }\ | |
^ | |
../libsass/ast.hpp:488:20: note: hidden overloaded virtual function 'Sass::Expression::type' declared here: different return type ('string' (aka 'basic_string<char>') vs | |
'Sass::Textual::Type') | |
virtual string type() { return ""; /* TODO: raise an error? */ } | |
^ | |
../libsass/ast.hpp:605:24: warning: 'Sass::Textual::type' hides overloaded virtual function [-Woverloaded-virtual] | |
ADD_PROPERTY(Type, type); | |
^ | |
../libsass/ast_def_macros.hpp:15:8: note: expanded from macro 'ADD_PROPERTY' | |
type name(type name##__) { return name##_ = name##__; }\ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment