Author: ericwf
Date: Wed Jun 29 23:22:58 2016
New Revision: 274204

URL: http://llvm.org/viewvc/llvm-project?rev=274204&view=rev
Log:
Fix unreferenced parameter warning. Patch from s...@microsoft.com

Modified:
    
libcxx/trunk/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/overflow.pass.cpp

Modified: 
libcxx/trunk/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/overflow.pass.cpp
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/overflow.pass.cpp?rev=274204&r1=274203&r2=274204&view=diff
==============================================================================
--- 
libcxx/trunk/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/overflow.pass.cpp
 (original)
+++ 
libcxx/trunk/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/overflow.pass.cpp
 Wed Jun 29 23:22:58 2016
@@ -17,7 +17,7 @@
 #include <string>
 #include <strstream>
 
-int main(int, char const **argv) {
+int main() {
   std::ostrstream oss;
   std::string s;
 


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to