Browse Source

Merge pull request #3920 from richardkchapman/compileOptions

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

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 12 years ago
parent
commit
03823ca716
1 changed files with 0 additions and 2 deletions
  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, "importImplicitModules") == 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;
 }