Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix VS2013 warning C4800 in src/ast_selectors.cpp
Fixes the following warning when compiling with VS2013: > ..\..\src\ast_selectors.cpp(100): warning C4800: 'Sass::Parent_Reference *' : forcing value to bool 'true' or 'false' (performance warning) This warning is visible in AppVeyor: https://ci.appveyor.com/project/sass/libsass/builds/21035726/job/dyi132vi6qnqy0ir
- Loading branch information