Skip to content

Commit 2be1d47

Browse files
committed
Supress compiler warning
1 parent b29a787 commit 2be1d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cpp/_nix_based/jssc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ JNIEXPORT jboolean JNICALL Java_jssc_SerialNativeInterface_writeBytes
537537
/**
538538
* Waits until 'read()' has something to tell for the specified filedescriptor.
539539
*/
540-
static void awaitReadReady(JNIEnv*env, jlong fd){
540+
static void awaitReadReady(JNIEnv*, jlong fd){
541541
#if HAVE_POLL == 0
542542
// Alternative impl using 'select' as 'poll' isn't available (or broken).
543543

0 commit comments

Comments
 (0)