Skip to content

Instantly share code, notes, and snippets.

@varya
Created May 12, 2014 18:57
Show Gist options
  • Save varya/f97109f3309a43f78b51 to your computer and use it in GitHub Desktop.
Save varya/f97109f3309a43f78b51 to your computer and use it in GitHub Desktop.
./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