0032028: Coding Rules, StepFile - eliminate CLang warning -Wmisleading-indentation

Regenerated the StepFile/lex.step.cxx using the latest version of WinFlexBison
- Fixed [-Wmisleading-indentation] warning
- Removed empty lines
This commit is contained in:
dpasukhi
2020-12-30 12:20:22 +03:00
committed by bugmaster
parent 54adc5e979
commit ab80de54da
2 changed files with 4 additions and 218 deletions

View File

@@ -84,9 +84,6 @@ long string in files Henri.stp and 401.stp*/
// disable GCC warnings in flex code
#ifdef __GNUC__
#pragma GCC diagnostic ignored "-Wunused-function"
#if (__GNUC__ > 5)
#pragma GCC diagnostic ignored "-Wmisleading-indentation"
#endif
#endif
%}
%x Com End Text