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 90edd86 commit d9d38f9Copy full SHA for d9d38f9
include/fast_io_driver/install_path/bsd.h
@@ -27,7 +27,7 @@ inline ::fast_io::install_path get_module_install_path()
27
char buffer1[PATH_MAX + 1];
28
char buffer2[PATH_MAX + 1];
29
char *resolved{};
30
- int length = -1;
+ // int length = -1;
31
32
#if defined(__NetBSD__)
33
int mib[4]{CTL_KERN, KERN_PROC_ARGS, -1, KERN_PROC_PATHNAME};
0 commit comments