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
{{ message }}
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.
I've update my npm version with 5.3.0. And I'm install this repo on npm, I got many warning notifications that say "warning: expression with side effects will be evaluated despite being used as an operand to 'typeid'".
or like this.. ../src/libsass/src/ast.hpp:2101:21: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] typeid(*(*this)[0]) == typeid(Parent_Selector);
And this warning display on many times.
How about this? It is okay?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've update my npm version with 5.3.0. And I'm install this repo on npm, I got many warning notifications that say "warning: expression with side effects will be evaluated despite being used as an operand to 'typeid'".
or like this..
../src/libsass/src/ast.hpp:2101:21: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid'
[-Wpotentially-evaluated-expression]
typeid(*(*this)[0]) == typeid(Parent_Selector);
And this warning display on many times.
How about this? It is okay?
The text was updated successfully, but these errors were encountered: