From f59a6385ee2d5fe889e55974aa39ad86eff79ebc Mon Sep 17 00:00:00 2001 From: PurplePachyderm Date: Thu, 19 Aug 2021 12:47:50 +0200 Subject: [PATCH] Correctly wrap qmckl_dump_probes in preprocessor guard --- tools/qmckl_probes.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/qmckl_probes.c b/tools/qmckl_probes.c index 49f9327..7bea2ed 100644 --- a/tools/qmckl_probes.c +++ b/tools/qmckl_probes.c @@ -58,12 +58,11 @@ bool qmckl_probe_check_relative ( #endif } - -void __attribute__((destructor)) qmckl_dump_probes(){ #ifdef VFC_CI +void __attribute__((destructor)) qmckl_dump_probes(){ vfc_dump_probes(&probes); -#endif } +#endif // Fortran wrappers