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. note: the mangling of 'va_list' has changed in GCC 4.4
Forum Updated to NodeBB v4.3 + New Features

note: the mangling of 'va_list' has changed in GCC 4.4

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 1.1k 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.
  • SPlattenS Offline
    SPlattenS Offline
    SPlatten
    wrote on last edited by
    #1

    I've seen this come up in the Compile Output for the project I'm working on, there are various solutions online, but I'm not sure how to implement these in the project.

    The solution is to add:

         -Wno-psabi
    

    How or where do I do this?

    Kind Regards,
    Sy

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by mrjj
      #2

      Hi
      I would guess on
      QMAKE_CXXFLAGS += -Wno-psabi
      or
      QMAKE_CFLAGS

      in your .pro file.

      1 Reply Last reply
      2
      • SPlattenS Offline
        SPlattenS Offline
        SPlatten
        wrote on last edited by SPlatten
        #3

        Thank you, I just added this to the .pro file:

            QMAKE_CFLAGS += -Wno-psabi
        

        Then cleaned and rebuilt, sadly absolutely no difference. Then I change it to:

            QMAKE_CXXFLAGS += -Wno-psabi
        

        And that did the trick, thanks again!

        Kind Regards,
        Sy

        1 Reply Last reply
        1

        • Login

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