Snippets for uavs3d 1.2 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/91k7grznsj68i34sqz5mihhhy5ngfa6d-uavs3d-1.2.drv.
-
/nix/var/nix/builds/nix-68256-2670835107/source/test/utest.c:113:48: warning: expression does not compute the number of elements in this array; element type is 'const uavs3d_arg_t', not 'UAVS3D_ARG_T' [-Wsizeof-array-div] 113 | int num_entries = sizeof(argument_mapping) / sizeof(UAVS3D_ARG_T); | ~~~~~~~~~~~~~~~~ ^