bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #65211] Fix load and loadapi tests.


From: Dmitry Goncharov
Subject: [bug #65211] Fix load and loadapi tests.
Date: Thu, 25 Jan 2024 17:40:54 -0500 (EST)

Follow-up Comment #1, bug#65211 (group make):

load and loadapi tests fail when compiler complains about unused variables.
E.g.


$ cat work/features/load/t004.diff
*** t004.base   Thu Jan 25 17:30:36 2024
--- t004.log    Thu Jan 25 17:30:36 2024
***************
*** 1,2 ****
--- 1,10 ----
  rebuilding testload.so
+ testload.c: In function 'testload_gmk_setup':
+ testload.c:11:34: warning: unused parameter 'abi' [-Wunused-parameter]
+    11 | testload_gmk_setup (unsigned int abi, gmk_floc *pos)
+       |                     ~~~~~~~~~~~~~^~~
+ testload.c: In function 'explicit_setup':
+ testload.c:21:30: warning: unused parameter 'abi' [-Wunused-parameter]
+    21 | explicit_setup (unsigned int abi, gmk_floc *pos)
+       |                 ~~~~~~~~~~~~~^~~
  pre= post=testload.so implicit
$




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65211>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]