pstef
pstef
CodeIgniter's "database driver for sessions" uses advisory locking to serialize read and write access to session data. Specifically in our case, it calls `pg_advisory_lock($session_id)` on session's `read()` callback and doesn't...
#CCFF00 is too close to color white and it's not just my opinion, see for example https://larkinweb.co.uk/computing/changing_munin_graph_colours.html
int lflag UNUSED = 0; int hflag = 0, jflag = 0, tflag = 0, zflag = 0, qflag = 0, are all set but not used, however only lflag...
``` C for (i = MANT_SIZE-1; i >= 0; --i) { k = (unsigned int)((r[i] mant[i] = (unsigned short)(k & 0xffff);; /* CAST:jmf: */ k >>= 16; } ``` This...
Them being unset leads to newer compilers assuming newer standards than the code actually is. This has the unfortunate side effect that some diagnostics that have been warnings (and ignored...
Under the right circumstances, both -march=armv8.1-a and -march=native were added. But it only makes sense to use one or the other.
This gets rid of two compilation errors I was getting with the bundled zlib and minizip libraries, and one compilation error in libretro.c.
With this applied, it's now possible to choose a different clang version, and pass the canonical GNU makefile variables CFLAGS and CXXFLAGS.
The complaint was: error: ‘reverse’ is not a member of ‘std’
Missing switch-libopus results in `ld: cannot find -lopus: No such file or directory`