xinxinlx / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

warning: "fseek" redefined [enabled by default] #263

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
JPIP vs LFS is generating a warning:

In file included from 
/home/voxxl/Dashboards/MyTests/openjpeg-nightly/src/lib/openjpip/query_parser.h:
35:0,
                 from /home/voxxl/Dashboards/MyTests/openjpeg-nightly/src/lib/openjpip/channel_manager.h:35,
                 from /home/voxxl/Dashboards/MyTests/openjpeg-nightly/src/lib/openjpip/session_manager.h:34,
                 from /home/voxxl/Dashboards/MyTests/openjpeg-nightly/src/lib/openjpip/openjpip.h:34,
                 from /home/voxxl/Dashboards/MyTests/openjpeg-nightly/src/bin/jpip/opj_server.c:52:
/home/voxxl/Dashboards/MyTests/openjpeg-nightly/src/lib/openjp2/opj_includes.h:6
0:0: warning: "fseek" redefined [enabled by default]
In file included from 
/home/voxxl/Dashboards/MyTests/openjpeg-nightly/src/bin/jpip/opj_server.c:51:0:
/usr/include/fcgi_stdio.h:168:0: note: this is the location of the previous 
definition
In file included from 
/home/voxxl/Dashboards/MyTests/openjpeg-nightly/src/lib/openjpip/query_parser.h:
35:0,
                 from /home/voxxl/Dashboards/MyTests/openjpeg-nightly/src/lib/openjpip/channel_manager.h:35,
                 from /home/voxxl/Dashboards/MyTests/openjpeg-nightly/src/lib/openjpip/session_manager.h:34,
                 from /home/voxxl/Dashboards/MyTests/openjpeg-nightly/src/lib/openjpip/openjpip.h:34,
                 from /home/voxxl/Dashboards/MyTests/openjpeg-nightly/src/bin/jpip/opj_server.c:52:
/home/voxxl/Dashboards/MyTests/openjpeg-nightly/src/lib/openjp2/opj_includes.h:6
1:0: warning: "ftell" redefined [enabled by default]
In file included from 
/home/voxxl/Dashboards/MyTests/openjpeg-nightly/src/bin/jpip/opj_server.c:51:0:
/usr/include/fcgi_stdio.h:170:0: note: this is the location of the previous 
definition

Original issue reported on code.google.com by mathieu.malaterre on 26 Feb 2014 at 9:42

GoogleCodeExporter commented 9 years ago

Original comment by mathieu.malaterre on 26 Feb 2014 at 3:58

GoogleCodeExporter commented 9 years ago
Fixed in r2539.

Original comment by mathieu.malaterre on 4 Mar 2014 at 11:13