summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2009-09-30 15:23:56 -0400
committerDwight <dmerriman@gmail.com>2009-09-30 15:23:56 -0400
commit04515195f83db0bca1a438d0a2d6ebc0d9f37338 (patch)
tree8514792888b83ad575f416b620b61759ef1ae9cd
parent74aefcc40592872dcf8c4b70d07ecb49f3f4afce (diff)
downloadmongo-04515195f83db0bca1a438d0a2d6ebc0d9f37338.tar.gz
fix compile windows
-rw-r--r--dbtests/jstests.cpp1
-rw-r--r--s/dbgrid.vcproj2
2 files changed, 1 insertions, 2 deletions
diff --git a/dbtests/jstests.cpp b/dbtests/jstests.cpp
index 24a9a8412b2..7e02e50e612 100644
--- a/dbtests/jstests.cpp
+++ b/dbtests/jstests.cpp
@@ -603,7 +603,6 @@ namespace JSTests {
ASSERT( s->exec( "var b = 6;" , "b" , false , true , false ) );
ASSERT_EQUALS( 6 , s->getNumber("b" ) );
- cout << "WTF: " << s->getNumber("b" ) << endl;
delete s;
}
};
diff --git a/s/dbgrid.vcproj b/s/dbgrid.vcproj
index 82f56ce9126..df5e302c152 100644
--- a/s/dbgrid.vcproj
+++ b/s/dbgrid.vcproj
@@ -480,7 +480,7 @@
>
<Tool
Name="VCCLCompilerTool"
- UsePrecompiledHeader="0"
+ UsePrecompiledHeader="2"
/>
</FileConfiguration>
</File>