shape ops work in progress

git-svn-id: http://skia.googlecode.com/svn/trunk@4118 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/EdgeMain.cpp b/experimental/Intersection/EdgeMain.cpp
index 0042c9e..c210beb 100644
--- a/experimental/Intersection/EdgeMain.cpp
+++ b/experimental/Intersection/EdgeMain.cpp
@@ -7,7 +7,7 @@
 
 #include "Intersection_Tests.h"
 
-int main(int argc, char* argv) {
+int main(int /*argc*/, char* /*argv*/) {
     Intersection_Tests();
     return 0;
-}
\ No newline at end of file
+}