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. Disable qtest warnings

Disable qtest warnings

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 766 Views
  • 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.
  • B Offline
    B Offline
    Brynnjolf
    wrote on last edited by
    #1

    Is it possible to disable warnings during testing? the closest I have gotten is using the command line argument
    -maxwarnings 1 which will disable warnings after the first, but I was hoping there is a cleaner way to go about this.

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

      Hi and welcome to devnet,

      What warnings do you have in mind ?

      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
      0
      • B Offline
        B Offline
        Brynnjolf
        wrote on last edited by
        #3

        Thanks mate!
        Ideally, during the running of my TestCases, I am looking to suppress all "qwarn" messages

        jsulmJ 1 Reply Last reply
        0
        • B Brynnjolf

          Thanks mate!
          Ideally, during the running of my TestCases, I am looking to suppress all "qwarn" messages

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Brynnjolf Take a look at https://doc.qt.io/qt-5/qtglobal.html#qWarning

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          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