mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Updated visual studio project, and fixed a VS warning
This commit is contained in:
@@ -8,7 +8,7 @@ namespace YAML
|
||||
{
|
||||
}
|
||||
|
||||
void AliasContent::Parse(Scanner */*pScanner*/, const ParserState& /*state*/)
|
||||
void AliasContent::Parse(Scanner * /*pScanner*/, const ParserState& /*state*/)
|
||||
{
|
||||
}
|
||||
|
||||
|
@@ -168,7 +168,7 @@
|
||||
Name="Representation"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\src\alias.cpp"
|
||||
RelativePath=".\src\aliascontent.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
@@ -294,7 +294,7 @@
|
||||
Name="Representation"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\src\alias.h"
|
||||
RelativePath=".\src\aliascontent.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
Reference in New Issue
Block a user