Suppress ecj warnings
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10226 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
0460574284
commit
d98658d30b
5 changed files with 11 additions and 0 deletions
|
|
@ -10,6 +10,10 @@
|
|||
%pragma(java) moduleimports=%{
|
||||
import java.io.*; // For Serializable
|
||||
%}
|
||||
%pragma(java) modulecode=%{
|
||||
public static final long serialVersionUID = 0x52151001; // Suppress ecj warning
|
||||
%}
|
||||
|
||||
|
||||
// Set default Java const code generation
|
||||
%javaconst(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue