Sevan Janiyan
Sevan Janiyan
## Summary * OS: OS X 10.4 * Architecture: PowerPC * Psutil version: 5.9.8 * Python version: 2.7.18 * Type: core ## Description ``` psutil/arch/osx/disk.c: In function ‘psutil_disk_partitions’: psutil/arch/osx/disk.c:89: error:...
http://nginx.localdomain.pl/wiki/FcgiWrap redirects to a site with HTTPS, but certificate mismatches hostname.
Locally I have managed to reach building the driver without `-Wno-unused-variable` and just having `-Werror` turned on to catch all the unused variables which gcc flagged up. There is a...
I have a Wi-Fire board. On OS X 10.11.2 (with SIP disabled), running `pic32prog -d /dev/tty.usbserial-AD01Q9A8` as root returns `Programmer for Microchip PIC32 microcontrollers, Version 2.0.185 Copyright: (C) 2011-2015 Serge...
On modern macOS the compiler defaults to '-Werror,-Wimplicit-function-declaration' This breaks the build on code which calls a function without a prototype (invalid in C99). Turning the check off with '-Wno-error=implicit-function-declaration'...