lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6494] Don't attempt to force linking a function that is n


From: Greg Chicares
Subject: [lmi-commits] [6494] Don't attempt to force linking a function that is not visible
Date: Sat, 30 Jan 2016 12:15:24 +0000

Revision: 6494
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6494
Author:   chicares
Date:     2016-01-30 12:15:23 +0000 (Sat, 30 Jan 2016)
Log Message:
-----------
Don't attempt to force linking a function that is not visible

Modified Paths:
--------------
    lmi/trunk/main_wx.cpp
    lmi/trunk/mc_enum_types_aux.cpp

Modified: lmi/trunk/main_wx.cpp
===================================================================
--- lmi/trunk/main_wx.cpp       2016-01-30 12:12:54 UTC (rev 6493)
+++ lmi/trunk/main_wx.cpp       2016-01-30 12:15:23 UTC (rev 6494)
@@ -52,7 +52,6 @@
 LMI_FORCE_LINKING_EX_SITU(alert_wx)
 LMI_FORCE_LINKING_EX_SITU(file_command_wx)
 LMI_FORCE_LINKING_EX_SITU(group_quote_pdf_generator_wx)
-LMI_FORCE_LINKING_EX_SITU(mc_enum_types_aux)
 LMI_FORCE_LINKING_EX_SITU(progress_meter_wx)
 LMI_FORCE_LINKING_EX_SITU(system_command_wx)
 

Modified: lmi/trunk/mc_enum_types_aux.cpp
===================================================================
--- lmi/trunk/mc_enum_types_aux.cpp     2016-01-30 12:12:54 UTC (rev 6493)
+++ lmi/trunk/mc_enum_types_aux.cpp     2016-01-30 12:15:23 UTC (rev 6494)
@@ -30,15 +30,12 @@
 
 #include "alert.hpp"
 #include "assert_lmi.hpp"
-#include "force_linking.hpp"
 #include "mc_enum.hpp"
 #include "mc_enum_types.hpp"
 
 #include <cstddef>                      // std::size_t
 #include <stdexcept>
 
-LMI_FORCE_LINKING_IN_SITU(mc_enum_types_aux)
-
 namespace
 {
 /// Suppress enumerators for emission options not fully implemented.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]