The current build report this warning:

  findwebcams.cpp:173: warning: too many arguments for format

This patch get rid of it.

diff --git a/utilities/findwebcams.cpp b/utilities/findwebcams.cpp
index 288efb1..96e360c 100644
--- a/utilities/findwebcams.cpp
+++ b/utilities/findwebcams.cpp
@@ -170,7 +170,7 @@ int main () {
         for (size_t i = 0; i < numdevs; ++i)
         {
             if (i == 0 && (vidVector[i] != 0)) {
-                g_print("    %d. Video Test Source (videotestsrc)\n", i, i);
+                g_print("    %d. Video Test Source (videotestsrc)\n", i);
                 counter++;
             } else if (i == 0 && (vidVector[i] == 0)) {
                 g_print("no test video device available");

Happy hacking,
-- 
Petter Reinholdtsen


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to