Skip to content

Commit

Permalink
Suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
gilles-duboscq committed Feb 28, 2022
1 parent 3cb7491 commit 1937364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ protected static String nfiType(NativeType nativeType) {
// @formatter:on
}

protected String nfiStringSignature(NativeSignature nativeSignature, boolean fromJava) {
protected String nfiStringSignature(NativeSignature nativeSignature, @SuppressWarnings("unused") boolean fromJava) {
StringBuilder sb = new StringBuilder(64);
sb.append('(');
boolean isFirst = true;
Expand Down

0 comments on commit 1937364

Please sign in to comment.