浏览代码

Merge pull request #3920 from richardkchapman/compileOptions

HPCC-8550 Spurious warnings using #option ('compileOptions')

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 12 年之前
父节点
当前提交
03823ca716
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      ecl/hqlcpp/hqlttcpp.cpp

+ 0 - 2
ecl/hqlcpp/hqlttcpp.cpp

@@ -248,8 +248,6 @@ static bool isOptionTooLate(const char * name)
     if (stricmp(name, "importAllModules") == 0) return true;
     if (stricmp(name, "importAllModules") == 0) return true;
     if (stricmp(name, "importImplicitModules") == 0) return true;
     if (stricmp(name, "importImplicitModules") == 0) return true;
     if (stricmp(name, "noCache") == 0) return true;
     if (stricmp(name, "noCache") == 0) return true;
-    if (stricmp(name, "linkOptions") == 0) return true;
-    if (stricmp(name, "compileOptions") == 0) return true;
     return false;
     return false;
 }
 }