pbnoxious

Results 7 comments of pbnoxious

Note: this of course applies to the `master` and not the `develop` branch. I created this [small patch](https://github.com/pbnoxious/dfhack-pkg/blob/master/Wuninitialized.patch) that adds the `-Wno-uninitialized` flag to the jsoncpp_lib_static to make the specific...

> I would recommend adding `-Wno-restricted` to address your followup issue, like so: The restricted warning is not raised in the dependency but in the actual dfhack code (funnily when...

Here is some more infos for reproducing the behavior: I'm on Arch Linux with GCC 12.1.0 and the CMake flags (called from within the `build` directory) are ``` cmake \...

Sorry for the late reply, I'm using the `master` branch (as I was interested in using the stable version), which is before https://github.com/DFHack/dfhack/commit/cec8a358b5e7c34a7aa5870b762718e7958bba87 . So the second issue is likely...

That indeed seems to have fixed the problem, it compiles now without any problem here.

Yes, I still compile with the `-Wno-restrict` flag added in the `CMakeLists.txt`, but now I do not run in any additional errors.

The respective commit (`80b7fa8262495e331da3c98a48adf94a5a806fef`) isn't in the repository anymore. Using the master branch (in which the linked PR was merged) doesn't seem to fix the issue for me. I am...