Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(45)

Unified Diff: src/core/model/names.cc

Issue 342870043: Visual Studio conditional code for core module (Closed)
Patch Set: Updates to resolve review comments Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/core/model/names.h ('k') | src/core/model/non-copyable.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/model/names.cc
===================================================================
--- a/src/core/model/names.cc
+++ b/src/core/model/names.cc
@@ -679,8 +679,10 @@
}
}
+#ifndef _WIN32
NS_ASSERT_MSG (node, "NamesPriv::Find(): Internal error: this can't happen");
return 0;
+#endif
}
Ptr<Object>
« no previous file with comments | « src/core/model/names.h ('k') | src/core/model/non-copyable.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b