View Issue Details

IDProjectCategoryView StatusLast Update
0001530Spring engineLinuxpublic2009-08-09 22:54
Reporterabma Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Product Version0.79.1.0+git 
Summary0001530: Compile warnings: function intentionally NOT wrapped: Clb_File_getSize, Clb_File_getContent
DescriptionWhen compiling the newest git-version i get following warnings:

 Generating Java AI OO Callback source files ...
[ 16%] Building CXX object AI/Wrappers/LegacyCpp/CMakeFiles/LegacyCpp-Creg-AIWrapper.dir/__/__/__/rts/System/creg/Serializer.cpp.o
warning: function intentionally NOT wrapped: Clb_File_getSize
warning: function intentionally NOT wrapped: Clb_File_getContent
  Compiling Java sources ...


I'm using the gentoo ebuild on an amd64 machine.
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

hoijui

2009-08-09 22:54

reporter   ~0003855

It is hardcoded to not wrapp these functions, as Java itsself has way more comfortable and performant file reading possibilities.
The reason i give those warnings is for AI devs used to other languages not thinking that something is wrong with the Java interface.

Issue History

Date Modified Username Field Change
2009-08-04 00:31 abma New Issue
2009-08-09 22:54 hoijui Note Added: 0003855
2009-08-09 22:54 hoijui Status new => closed
2009-08-09 22:54 hoijui Resolution open => won't fix