mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-14 20:51:41 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user