Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/moses
diff options
context:
space:
mode:
authorhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-16 00:39:59 +0400
committerhieuhoang1972 <hieuhoang1972@1f5c12ca-751b-0410-a591-d2e778427230>2006-08-16 00:39:59 +0400
commitdbc8be5d853de024ea280aee28f4bced4a75e32f (patch)
tree358d2765151ae9f2933eb360dcf06f947ae83575 /moses
parentb4a6e05cbd7dd1261e87cf78a4cf8edcc3baf8da (diff)
eclipse proj file
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@763 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'moses')
-rwxr-xr-xmoses/.cdtbuild2
-rwxr-xr-xmoses/src/LanguageModel_IRST.cpp3
2 files changed, 4 insertions, 1 deletions
diff --git a/moses/.cdtbuild b/moses/.cdtbuild
index 255439b94..7b189d1a3 100755
--- a/moses/.cdtbuild
+++ b/moses/.cdtbuild
@@ -25,6 +25,7 @@
<listOptionValue builtIn="false" value="${ProjDirPath}/../mysqlpp/lib"/>
</option>
<option id="gnu.cpp.compiler.option.debugging.gprof.1598624147" superClass="gnu.cpp.compiler.option.debugging.gprof" value="false" valueType="boolean"/>
+<option id="gnu.cpp.compiler.option.warnings.allwarn.1855070516" superClass="gnu.cpp.compiler.option.warnings.allwarn" value="false" valueType="boolean"/>
</tool>
<tool id="cdt.managedbuild.tool.gnu.archiver.lib.debug.187676627" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.lib.debug"/>
<tool id="cdt.managedbuild.tool.gnu.assembler.lib.debug.1660142337" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.lib.debug"/>
@@ -53,6 +54,7 @@
<listOptionValue builtIn="false" value="_LARGE_FILES"/>
</option>
<option id="gnu.cpp.compiler.option.debugging.gprof.1449614968" superClass="gnu.cpp.compiler.option.debugging.gprof" value="false" valueType="boolean"/>
+<option id="gnu.cpp.compiler.option.warnings.allwarn.1037990342" superClass="gnu.cpp.compiler.option.warnings.allwarn" value="false" valueType="boolean"/>
</tool>
<tool id="cdt.managedbuild.tool.gnu.archiver.lib.release.1731276863" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.lib.release"/>
<tool id="cdt.managedbuild.tool.gnu.assembler.lib.release.693340097" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.lib.release"/>
diff --git a/moses/src/LanguageModel_IRST.cpp b/moses/src/LanguageModel_IRST.cpp
index aef62dc27..9c49b8f10 100755
--- a/moses/src/LanguageModel_IRST.cpp
+++ b/moses/src/LanguageModel_IRST.cpp
@@ -167,4 +167,5 @@ const void LanguageModel_IRST::InitializeBeforeSentenceProcessing(){
#ifdef TRACE_CACHE
m_lmtb->sentence_id++;
#endif
-} \ No newline at end of file
+}
+