You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BridJ: avoid "WARNING: Struct * has * struct fields implemented as Java fields, which won't give the best performance and might require counter-intuitive calls to BridJ.readFromNative / .writeToNative"
#190
Closed
AndreiSochirca opened this issue
Oct 4, 2011
· 2 comments
04.10.2011 21:16:50 org.bridj.BridJ log
WARNING: Struct RECT has 4 struct fields implemented as Java fields, which won't give the best performance and might require counter-intuitive calls to BridJ.readFromNative / .writeToNative. Please consider using JNAerator to generate your struct instead.
Is it possible to add setter for BridJ.minLogLevel ?
Regards, Andrei.
The text was updated successfully, but these errors were encountered:
Hi Olivier,
I would like to avoid the log below:
04.10.2011 21:16:50 org.bridj.BridJ log
WARNING: Struct RECT has 4 struct fields implemented as Java fields, which won't give the best performance and might require counter-intuitive calls to BridJ.readFromNative / .writeToNative. Please consider using JNAerator to generate your struct instead.
Is it possible to add setter for BridJ.minLogLevel ?
Regards, Andrei.
The text was updated successfully, but these errors were encountered: