summaryrefslogtreecommitdiffstats
path: root/src/ninja.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ninja.cc')
-rw-r--r--src/ninja.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ninja.cc b/src/ninja.cc
index 6034f87..8125c98 100644
--- a/src/ninja.cc
+++ b/src/ninja.cc
@@ -247,6 +247,10 @@ int CmdBrowse(State* state, const char* ninja_command,
}
RunBrowsePython(state, ninja_command, argv[0]);
#else
+ NINJA_UNUSED_ARG(state);
+ NINJA_UNUSED_ARG(ninja_command);
+ NINJA_UNUSED_ARG(argc);
+ NINJA_UNUSED_ARG(argv);
Error("browse mode not yet supported on Windows");
#endif
// If we get here, the browse failed.