<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:hib@hiberis.nl" title="Hib Eris <hib@hiberis.nl>"> <span class="fn">Hib Eris</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Fix warning on signed/unsigned comparison in GfxState.cc"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71641">bug 71641</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>hib@hiberis.nl
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Fix warning on signed/unsigned comparison in GfxState.cc"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71641#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Fix warning on signed/unsigned comparison in GfxState.cc"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71641">bug 71641</a>
              from <span class="vcard"><a class="email" href="mailto:hib@hiberis.nl" title="Hib Eris <hib@hiberis.nl>"> <span class="fn">Hib Eris</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=71641#c1">comment #1</a>)
<span class="quote">> I don't get this warnings, are you using non poppler-standard warnings?</span >

No, just running ./autogen.sh.

It gives me this:

$ make V=1 GfxState.lo
/bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..
-I.. -I../goo   -I/usr/include/cairo -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12      -I/usr/include/libpng12  
 -I/usr/include/freetype2       -fPIC -Wall -Woverloaded-virtual
-Wnon-virtual-dtor -Wcast-align -fno-exceptions -fno-check-new -fno-common -g
-O2 -ansi  -MT GfxState.lo -MD -MP -MF .deps/GfxState.Tpo -c -o GfxState.lo
GfxState.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo
-I/usr/include/cairo -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libpng12
-I/usr/include/freetype2 -fPIC -Wall -Woverloaded-virtual -Wnon-virtual-dtor
-Wcast-align -fno-exceptions -fno-check-new -fno-common -g -O2 -ansi -MT
GfxState.lo -MD -MP -MF .deps/GfxState.Tpo -c GfxState.cc  -fPIC -DPIC -o
.libs/GfxState.o
GfxState.cc: In member function 'virtual void
GfxICCBasedColorSpace::getGray(GfxColor*, GfxGray*)':
GfxState.cc:2000:43: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
GfxState.cc: In member function 'virtual void
GfxICCBasedColorSpace::getRGB(GfxColor*, GfxRGB*)':
GfxState.cc:2047:43: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
GfxState.cc:2090:43: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
GfxState.cc: In member function 'virtual void
GfxICCBasedColorSpace::getCMYK(GfxColor*, GfxCMYK*)':
GfxState.cc:2295:43: warning: comparison between signed and unsigned integer
expressions [-Wsign-compare]
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../goo
-I/usr/include/cairo -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libpng12
-I/usr/include/freetype2 -fPIC -Wall -Woverloaded-virtual -Wnon-virtual-dtor
-Wcast-align -fno-exceptions -fno-check-new -fno-common -g -O2 -ansi -MT
GfxState.lo -MD -MP -MF .deps/GfxState.Tpo -c GfxState.cc -o GfxState.o
<span class="quote">>/dev/null 2>&1</span >
mv -f .deps/GfxState.Tpo .deps/GfxState.Plo</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>