mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-23 18:58:44 +08:00
- CMake: added option to turn fail compilation if warning occurs, and warning level 4 with MSVC.
- Fixed some warnings
This commit is contained in:
@@ -1805,7 +1805,7 @@ Path::makePath( const std::string &path,
|
||||
|
||||
|
||||
void
|
||||
Path::addPathInArg( const std::string &path,
|
||||
Path::addPathInArg( const std::string &/*path*/,
|
||||
const InArgs &in,
|
||||
InArgs::const_iterator &itInArg,
|
||||
PathArgument::Kind kind )
|
||||
@@ -1826,8 +1826,8 @@ Path::addPathInArg( const std::string &path,
|
||||
|
||||
|
||||
void
|
||||
Path::invalidPath( const std::string &path,
|
||||
int location )
|
||||
Path::invalidPath( const std::string &/*path*/,
|
||||
int /*location*/ )
|
||||
{
|
||||
// Error: invalid path.
|
||||
}
|
||||
|
Reference in New Issue
Block a user