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 was 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);
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?