Added Visual Studio project and fixed up some warnings showing in VS

This commit is contained in:
Phil Nash
2010-11-12 19:32:13 +00:00
parent 7e8cfa714f
commit d8aa843c7d
14 changed files with 307 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ public:
}
template<typename RhsT>
MutableResultInfo& operator ||( const RhsT& rhs )
MutableResultInfo& operator ||( const RhsT& )
{
m_expressionIncomplete = true;
return *this;