diff --git a/eo/src/eoCtrlCContinue.cpp b/eo/src/eoCtrlCContinue.cpp index 5b3e5d39..36b0abe7 100644 --- a/eo/src/eoCtrlCContinue.cpp +++ b/eo/src/eoCtrlCContinue.cpp @@ -23,6 +23,11 @@ mak@dhi.dk */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + #include #include diff --git a/eo/src/eoFunctorStore.cpp b/eo/src/eoFunctorStore.cpp index dfb66529..8d552132 100644 --- a/eo/src/eoFunctorStore.cpp +++ b/eo/src/eoFunctorStore.cpp @@ -1,3 +1,8 @@ +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + #include #include diff --git a/eo/src/eoPersistent.cpp b/eo/src/eoPersistent.cpp index 50654fd7..9e61c48d 100644 --- a/eo/src/eoPersistent.cpp +++ b/eo/src/eoPersistent.cpp @@ -1,3 +1,8 @@ +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + #include //Implementation of these objects diff --git a/eo/src/eoPrintable.cpp b/eo/src/eoPrintable.cpp index 6810abef..b5649599 100644 --- a/eo/src/eoPrintable.cpp +++ b/eo/src/eoPrintable.cpp @@ -1,3 +1,8 @@ +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + //----------------------------------------------------------------------------- // eoPrintable.cpp //----------------------------------------------------------------------------- diff --git a/eo/src/es/make_algo_scalar_es.cpp b/eo/src/es/make_algo_scalar_es.cpp index 5decab96..27624f3e 100644 --- a/eo/src/es/make_algo_scalar_es.cpp +++ b/eo/src/es/make_algo_scalar_es.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains ***INSTANCIATED DEFINITIONS*** of select/replace fns * of the library for evolution of ***eoEs genotypes*** inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/es/make_algo_scalar_real.cpp b/eo/src/es/make_algo_scalar_real.cpp index a6731c17..0a951c0f 100644 --- a/eo/src/es/make_algo_scalar_real.cpp +++ b/eo/src/es/make_algo_scalar_real.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains ***INSTANCIATED DEFINITIONS*** of select/replace fns * of the library for evolution of ***eoReal*** inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/es/make_checkpoint_es.cpp b/eo/src/es/make_checkpoint_es.cpp index a9dfac38..dea658dc 100644 --- a/eo/src/es/make_checkpoint_es.cpp +++ b/eo/src/es/make_checkpoint_es.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains ***INSTANCIATED DEFINITIONS*** of checkpoint fns * of the library for evolution of ***ES genotypes*** inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/es/make_checkpoint_real.cpp b/eo/src/es/make_checkpoint_real.cpp index 15cb8a06..1995d78c 100644 --- a/eo/src/es/make_checkpoint_real.cpp +++ b/eo/src/es/make_checkpoint_real.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains ***INSTANCIATED DEFINITIONS*** of checkpoint fns * of the library for evolution of ***eoReal*** inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/es/make_continue_es.cpp b/eo/src/es/make_continue_es.cpp index 7d53ce39..ca9d4fee 100644 --- a/eo/src/es/make_continue_es.cpp +++ b/eo/src/es/make_continue_es.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains ***INSTANCIATED DEFINITIONS*** of continuator fns * of the library for evolution of ***ES genotypes*** inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/es/make_continue_real.cpp b/eo/src/es/make_continue_real.cpp index 52574024..868e8eec 100644 --- a/eo/src/es/make_continue_real.cpp +++ b/eo/src/es/make_continue_real.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains ***INSTANCIATED DEFINITIONS*** of continuator fns * of the library for evolution of ***REAL vectors*** inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/es/make_genotype_es.cpp b/eo/src/es/make_genotype_es.cpp index e3b0bd28..a0421573 100644 --- a/eo/src/es/make_genotype_es.cpp +++ b/eo/src/es/make_genotype_es.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains ***INSTANCIATED DEFINITIONS*** of eoReal Init fns * It should be included in the file that calls any of the corresponding fns * Compiling this file allows one to generate part of the library (i.e. object diff --git a/eo/src/es/make_genotype_real.cpp b/eo/src/es/make_genotype_real.cpp index c5d58b07..51a54632 100644 --- a/eo/src/es/make_genotype_real.cpp +++ b/eo/src/es/make_genotype_real.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains ***INSTANCIATED DEFINITIONS*** of eoReal Init fns * It should be included in the file that calls any of the corresponding fns * Compiling this file allows one to generate part of the library (i.e. object diff --git a/eo/src/es/make_op_es.cpp b/eo/src/es/make_op_es.cpp index 604d6e7e..7f463599 100644 --- a/eo/src/es/make_op_es.cpp +++ b/eo/src/es/make_op_es.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains ***INSTANCIATED DEFINITIONS*** of operators fns * of the library for ***eoReal*** evolution inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/es/make_op_real.cpp b/eo/src/es/make_op_real.cpp index 195a4445..19435831 100644 --- a/eo/src/es/make_op_real.cpp +++ b/eo/src/es/make_op_real.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains ***INSTANCIATED DEFINITIONS*** of operators fns * of the library for ***eoReal*** evolution inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/es/make_pop_es.cpp b/eo/src/es/make_pop_es.cpp index ca826e08..4f77e2f5 100644 --- a/eo/src/es/make_pop_es.cpp +++ b/eo/src/es/make_pop_es.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains ***INSTANCIATED DEFINITIONS*** of pop. init. fns * of the library for evolution of ***ES genotypes*** indis inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/es/make_pop_real.cpp b/eo/src/es/make_pop_real.cpp index effb6245..eaa75baa 100644 --- a/eo/src/es/make_pop_real.cpp +++ b/eo/src/es/make_pop_real.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains ***INSTANCIATED DEFINITIONS*** of pop. init. fns * of the library for evolution of ***eoReal*** indis inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/es/make_run_es.cpp b/eo/src/es/make_run_es.cpp index 6707fe45..77a45a08 100644 --- a/eo/src/es/make_run_es.cpp +++ b/eo/src/es/make_run_es.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains ***INSTANCIATED DEFINITIONS*** of run funs * of the library for evolution of ***ES genotypes*** inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/es/make_run_real.cpp b/eo/src/es/make_run_real.cpp index 42f50bb2..ee10fd2a 100644 --- a/eo/src/es/make_run_real.cpp +++ b/eo/src/es/make_run_real.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains ***INSTANCIATED DEFINITIONS*** of run funs * of the library for evolution of ***eoReal*** inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/ga/make_algo_scalar_ga.cpp b/eo/src/ga/make_algo_scalar_ga.cpp index cb5bcca3..f2b6719c 100644 --- a/eo/src/ga/make_algo_scalar_ga.cpp +++ b/eo/src/ga/make_algo_scalar_ga.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains all ***INSTANCIATED DEFINITIONS*** of pop. init. * of the library for ***BISTRING*** evolution inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/ga/make_checkpoint_ga.cpp b/eo/src/ga/make_checkpoint_ga.cpp index 6aaac47a..f7da6d4a 100644 --- a/eo/src/ga/make_checkpoint_ga.cpp +++ b/eo/src/ga/make_checkpoint_ga.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains all ***INSTANCIATED DEFINITIONS*** of operators * of the library for ***BISTRING*** evolution inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/ga/make_continue_ga.cpp b/eo/src/ga/make_continue_ga.cpp index def01ab3..e2dbb35a 100644 --- a/eo/src/ga/make_continue_ga.cpp +++ b/eo/src/ga/make_continue_ga.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains all ***INSTANCIATED DEFINITIONS*** of operators * of the library for ***BISTRING*** evolution inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/ga/make_genotype_ga.cpp b/eo/src/ga/make_genotype_ga.cpp index 52bd31a8..873093dc 100644 --- a/eo/src/ga/make_genotype_ga.cpp +++ b/eo/src/ga/make_genotype_ga.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains all ***INSTANCIATED DEFINITIONS*** of operators * of the library for ***BISTRING*** evolution inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/ga/make_op_ga.cpp b/eo/src/ga/make_op_ga.cpp index 9186f54e..8bed5a66 100644 --- a/eo/src/ga/make_op_ga.cpp +++ b/eo/src/ga/make_op_ga.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains all ***INSTANCIATED DEFINITIONS*** of operators * of the library for ***BISTRING*** evolution inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/ga/make_pop_ga.cpp b/eo/src/ga/make_pop_ga.cpp index 8bbd308d..2ab0b5cd 100644 --- a/eo/src/ga/make_pop_ga.cpp +++ b/eo/src/ga/make_pop_ga.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains all ***INSTANCIATED DEFINITIONS*** of population init * of the library for ***BISTRING*** evolution inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/ga/make_run_ga.cpp b/eo/src/ga/make_run_ga.cpp index e3d78ea2..afdab3d9 100644 --- a/eo/src/ga/make_run_ga.cpp +++ b/eo/src/ga/make_run_ga.cpp @@ -24,6 +24,11 @@ */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + /** This file contains all ***INSTANCIATED DEFINITIONS*** of operators * of the library for ***BISTRING*** evolution inside EO. * It should be included in the file that calls any of the corresponding fns diff --git a/eo/src/utils/eoFileMonitor.cpp b/eo/src/utils/eoFileMonitor.cpp index e8f57a6f..edd542e5 100644 --- a/eo/src/utils/eoFileMonitor.cpp +++ b/eo/src/utils/eoFileMonitor.cpp @@ -1,3 +1,8 @@ +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + #include #include #include diff --git a/eo/src/utils/eoRNG.cpp b/eo/src/utils/eoRNG.cpp index 62f364b0..ad347c6c 100644 --- a/eo/src/utils/eoRNG.cpp +++ b/eo/src/utils/eoRNG.cpp @@ -1,3 +1,8 @@ +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + #include #include "eoRNG.h" diff --git a/eo/src/utils/eoRealBounds.cpp b/eo/src/utils/eoRealBounds.cpp index 5734c6f5..3f1632a0 100644 --- a/eo/src/utils/eoRealBounds.cpp +++ b/eo/src/utils/eoRealBounds.cpp @@ -1,3 +1,8 @@ +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + #include #include #include "eoRealBounds.h" diff --git a/eo/src/utils/eoStdoutMonitor.cpp b/eo/src/utils/eoStdoutMonitor.cpp index 8fc6dc60..8120f516 100644 --- a/eo/src/utils/eoStdoutMonitor.cpp +++ b/eo/src/utils/eoStdoutMonitor.cpp @@ -1,3 +1,8 @@ +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + #include #include #include diff --git a/eo/src/utils/make_help.cpp b/eo/src/utils/make_help.cpp index 32e4a735..d6cd9eab 100644 --- a/eo/src/utils/make_help.cpp +++ b/eo/src/utils/make_help.cpp @@ -23,6 +23,11 @@ mkeijzer@dhi.dk */ //----------------------------------------------------------------------------- +#ifdef _MSC_VER +// to avoid long name warnings +#pragma warning(disable:4786) +#endif + #include #include #include