[haiku-commits] r39787 - haiku/trunk/src/add-ons/kernel/generic/tty

  • From: philippe.houdoin@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 9 Dec 2010 08:17:54 +0100 (CET)

Author: phoudoin
Date: 2010-12-09 08:17:54 +0100 (Thu, 09 Dec 2010)
New Revision: 39787
Changeset: http://dev.haiku-os.org/changeset/39787

Modified:
   haiku/trunk/src/add-ons/kernel/generic/tty/tty.cpp
Log:
Fix gcc4 build.


Modified: haiku/trunk/src/add-ons/kernel/generic/tty/tty.cpp
===================================================================
--- haiku/trunk/src/add-ons/kernel/generic/tty/tty.cpp  2010-12-09 04:30:33 UTC 
(rev 39786)
+++ haiku/trunk/src/add-ons/kernel/generic/tty/tty.cpp  2010-12-09 07:17:54 UTC 
(rev 39787)
@@ -1390,7 +1390,7 @@
        return B_OK;
 }
 
-
+#if 0
 static void
 dump_tty_settings(struct tty_settings& settings)
 {
@@ -1440,8 +1440,8 @@
                kprintf(" %p", cookie);
        kprintf("\n");
 }
+#endif
 
-
 // #pragma mark - device functions
 
 


Other related posts:

  • » [haiku-commits] r39787 - haiku/trunk/src/add-ons/kernel/generic/tty - philippe . houdoin