Skip to content

Commit 0f76d81

Browse files
committed
@Suppress("unused")
1 parent 370efc9 commit 0f76d81

File tree

2 files changed

+2
-0
lines changed
  • appCourse/src/nativeMain/kotlin/com/github/hummel/sp/course
  • appLab4/src/nativeMain/kotlin/com/github/hummel/sp/lab4

2 files changed

+2
-0
lines changed

appCourse/src/nativeMain/kotlin/com/github/hummel/sp/coursemp/Main.kt renamed to appCourse/src/nativeMain/kotlin/com/github/hummel/sp/course/Main.kt

File renamed without changes.

appLab4/src/nativeMain/kotlin/com/github/hummel/sp/lab4/Main.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ fun main() {
3636
}
3737
}
3838

39+
@Suppress("unused")
3940
fun threadNotify(lpParameter: LPVOID?): DWORD {
4041
memScoped {
4142
val key = alloc<HKEYVar>()
@@ -54,6 +55,7 @@ fun threadNotify(lpParameter: LPVOID?): DWORD {
5455
return 0u
5556
}
5657

58+
@Suppress("unused")
5759
fun threadOperate(lpParameter: LPVOID?): DWORD {
5860
memScoped {
5961
Sleep(1000u)

0 commit comments

Comments
 (0)