Revision: 76721
          http://sourceforge.net/p/brlcad/code/76721
Author:   starseeker
Date:     2020-08-12 19:47:56 +0000 (Wed, 12 Aug 2020)
Log Message:
-----------
init_gui is unused with Tk off

Modified Paths:
--------------
    brlcad/branches/RELEASE/src/libtclcad/tclcad_init.c

Modified: brlcad/branches/RELEASE/src/libtclcad/tclcad_init.c
===================================================================
--- brlcad/branches/RELEASE/src/libtclcad/tclcad_init.c 2020-08-12 17:22:03 UTC 
(rev 76720)
+++ brlcad/branches/RELEASE/src/libtclcad/tclcad_init.c 2020-08-12 19:47:56 UTC 
(rev 76721)
@@ -161,7 +161,11 @@
 #endif
 
 int
+#ifdef HAVE_TK
 tclcad_init(Tcl_Interp *interp, int init_gui, struct bu_vls *tlog)
+#else
+tclcad_init(Tcl_Interp *interp, int UNUSED(init_gui), struct bu_vls *tlog)
+#endif
 {
     if (library_initialized(0))
        return TCL_OK;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to