<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - -Wpragmas warning spam from angleutils.h"
   href="https://bugs.webkit.org/show_bug.cgi?id=164207">164207</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>-Wpragmas warning spam from angleutils.h
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>ANGLE
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mcatanzaro&#64;igalia.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>dino&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Seems angleutils.h has GCC pragmas to suppress GCC warnings that do not exist and have never existed:

[5/4010] Building CXX object Source/We...dParty/ANGLE/src/common/mathutil.cpp.o
In file included from ../../Source/ThirdParty/ANGLE/src/common/debug.h:16:0,
                 from ../../Source/ThirdParty/ANGLE/src/common/third_party/numerics/base/logging.h:11,
                 from ../../Source/ThirdParty/ANGLE/src/common/third_party/numerics/base/numerics/safe_math.h:13,
                 from ../../Source/ThirdParty/ANGLE/src/common/mathutil.h:19,
                 from ../../Source/ThirdParty/ANGLE/src/common/mathutil.cpp:9:
../../Source/ThirdParty/ANGLE/src/common/angleutils.h: In function ‘const char* MakeStaticString(const string&amp;)’:
../../Source/ThirdParty/ANGLE/src/common/angleutils.h:120:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
 #pragma GCC diagnostic ignored &quot;-Wexit-time-destructors&quot;
                                ^~~~~~~~~~~~~~~~~~~~~~~~~
../../Source/ThirdParty/ANGLE/src/common/mathutil.cpp: At global scope:
../../Source/ThirdParty/ANGLE/src/common/mathutil.cpp:35:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas]
 #pragma GCC diagnostic ignored &quot;-Wglobal-constructors&quot;
                                ^~~~~~~~~~~~~~~~~~~~~~~

It prints about 100 times in a row since it's included in so many places.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>