libsigrok/bindings/java
Daniel Elstner 865de99391 Java: Avoid dangerous writes via casted pointers
Writing to an object through a pointer of incompatible type is
really evil. Even when the data size matches, it is still a
violation of strict aliasing rules.

Replace all instances by direct casts of the value, without the
unnecessary and dangerous indirection.
2015-10-26 07:29:50 +01:00
..
org/sigrok/core Java: Avoid dangerous writes via casted pointers 2015-10-26 07:29:50 +01:00
Doxyfile java: Add docstrings for enum constants. 2015-10-26 07:17:01 +01:00