We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29a787 commit 2be1d47Copy full SHA for 2be1d47
src/main/cpp/_nix_based/jssc.cpp
@@ -537,7 +537,7 @@ JNIEXPORT jboolean JNICALL Java_jssc_SerialNativeInterface_writeBytes
537
/**
538
* Waits until 'read()' has something to tell for the specified filedescriptor.
539
*/
540
-static void awaitReadReady(JNIEnv*env, jlong fd){
+static void awaitReadReady(JNIEnv*, jlong fd){
541
#if HAVE_POLL == 0
542
// Alternative impl using 'select' as 'poll' isn't available (or broken).
543
0 commit comments