[gstreamer-bugs] [Bug 322443] New: HP compiler warnings building bytestream.c

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Nov 25 07:22:55 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=322443
 GStreamer | gstreamer (core) | Ver: 0.8.11

           Summary: HP compiler warnings building bytestream.c
           Product: GStreamer
           Version: 0.8.11
          Platform: Other
        OS/Version: HP-UX
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bugzilla-gnome at thewrittenword.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Version details: 0.8.11
Distribution/Version: 11.23/IA-64

While trying to build libs/gst/bytestream/bytestream.c, the HP/IA compiler
generated the following warnings:
 cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I/opt/TWWfsw/libpopt17/include
-I/opt/TWWfsw/gettext014/include -I/opt/TWWfsw/libiconv19/include -D_REENTRANT
-I/opt/TWWfsw/libglib26/include -I/opt/TWWfsw/libglib26/lib/include
-I/opt/TWWfsw/gettext014/include -I/opt/TWWfsw/libiconv19/include
-I/opt/TWWfsw/libxml26/include -DGST_DISABLE_DEPRECATED -I../../../libs
-I../../.. -z +O2 +Onofltacc +Olit=all +Oentrysched +Odataprefetch +Onolimit -c
bytestream.c  -DPIC -o .libs/libgstbytestream_la-bytestream.o
"bytestream.c", line 588: warning #2068-D: integer conversion resulted in a
          change of sign
    g_return_val_if_fail (bs != NULL, -1);
    ^

"bytestream.c", line 597: warning #2068-D: integer conversion resulted in a
          change of sign
    return -1;
           ^

"bytestream.c", line 614: warning #2068-D: integer conversion resulted in a
          change of sign
    g_return_val_if_fail (bs != NULL, -1);
    ^

"bytestream.c", line 621: warning #2068-D: integer conversion resulted in a
          change of sign
    return -1;
           ^

"bytestream.c", line 643: warning #2068-D: integer conversion resulted in a
          change of sign
    g_return_val_if_fail (bs != NULL, -1);
    ^

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list