We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9b617 commit 1a5b9cdCopy full SHA for 1a5b9cd
kern/test/synchtest.c
@@ -373,6 +373,8 @@ locktest4(int nargs, char **args) {
373
(void) nargs;
374
(void) args;
375
376
+ int result;
377
+
378
kprintf_n("Starting lt4...\n");
379
kprintf_n("(This test panics on success!)\n");
380
@@ -412,6 +414,8 @@ locktest5(int nargs, char **args) {
412
414
413
415
416
417
418
419
kprintf_n("Starting lt5...\n");
420
421
0 commit comments