Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. ia32intrin.h:104:1: error: definition of builtin function '__rdtsc' warning after latest update
Forum Updated to NodeBB v4.3 + New Features

ia32intrin.h:104:1: error: definition of builtin function '__rdtsc' warning after latest update

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 2.5k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Smeeth
    wrote on last edited by
    #1

    I'm using Qt Creator 4.7.0 Community, and Desktop QT 5.11.0 MinGW.

    After running the updater today, my project now has this warning that prevents Clang-Tidy and Clazy static code analysis from running.

    Warning: The code model could not parse an included file, which might lead to incorrect code completion and highlighting, for example.
    ia32intrin.h:104:1: error: definition of builtin function '__rdtsc'
    

    The project still seems to build and run fine, but shows this warning, and as mentioned this prevents the static code analyzer from running properly.

    1 Reply Last reply
    2
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You can try to disable the clang code model plugin to see if things get better.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved