The creator of Qt uses its own code analyzer to highlight errors in cpp code. But when I use gcc types, the creator of Qt treats it unsigned __int128 mask = 1;as an error and underlines this line and many subsequent lines. So, how do I turn off underlining errors or get Creator to correctly validate this ad?
unsigned __int128 mask = 1;
Tools → Options → Text Editor → Font and Colors: Find and click "Error" in the "Color Scheme". Click Copy, Ok. Select "No underline" in the "Underline" section.
Source: https://habr.com/ru/post/1547081/More articles:How to get constexpr variable as a dimension for declaring an (inline) array? - c ++Chrome JS profiler and warnings "Not optimized: built-in crash" - javascriptBest practice for using ssh key pairs with different groups? - securityRunning mysql in the foreground in centos - mysqlUsing the Dapper extensions, you can get identifiers when inserting IEnumerable - c #Java: почему у Array.length нет(), но String.length() делает? - javaHow to add some cool names to a fullcalendar event object and delete using a single specified class name - javascriptПреобразование числа из базы 10 в N - javaIndent and syntax in vim for custom elements - htmlRails does not compile stylesheets in development after assets have been precompiled - cssAll Articles