Simon Hardy-Francis

Results 57 comments of Simon Hardy-Francis

Looking at the code, it looks like `XXH_FORCE_INLINE` is correctly defined but not used for `XXH64_finalize()` for some reason? ``` static XXH_PUREF xxh_u64 XXH64_finalize(xxh_u64 hash, const xxh_u8* ptr, size_t len,...

@Cyan4973 sorry, I was planning to come up with a PR for this over the holidays because I thought it would be a great little project to work on with...

Made these errors go away by adding these compiler attributes to the above file and several others: ``` $ diff src/core/ngx_murmurhash.c.orig src/core/ngx_murmurhash.c 37a38 > __attribute__((fallthrough)); 39a41 > __attribute__((fallthrough)); ```

Also run into these compiler errors: ``` cc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused -Werror -g -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/x86_64-linux-gnu/perl/5.26/CORE -I src/core -I...

Fixed these by turning the compiler warning off and on around that particular macro: ``` $ diff src/http/modules/perl/ngx_http_perl_module.c.orig src/http/modules/perl/ngx_http_perl_module.c 1766a1767,1768 > #pragma GCC diagnostic ignored "-Wtype-limits" > #pragma GCC diagnostic...

I also disabled Wayland on Ubuntu by following the last instructions from @ChaserCiC and it fixed my drag and drop problems on VMware Workstation 16 Pro running on a Windows...

> may continue to segfault and ignore it,then try run I followed the instructions but nothing worked (no copy and paste, no drag and drop outside guest) after the the...