Sil3ntStorm
Sil3ntStorm
This was removed in #10188 however clang emits `-Wmissing-noreturn` now, as that function cannot ever return due to the explicit abort call that was added. Adding the `[[noreturn]]` will prevent...
It appears that it is impossible to disable building the examples and tests. There are options for it with `JSON_VALIDATOR_BUILD_EXAMPLES` and `JSON_VALIDATOR_BUILD_TESTS`, however they get ignored completely if they are...
### Package and Environment Details * Package Name/Version: **zstd/1.5.2** * Operating System+version: **Linux Ubuntu 16.04** * Compiler+version: **clang 7.1** * Conan version: **conan 1.51.1** * Python version: **Python 3.9.4** ###...
Specify library name and version: **openssl/>=1.1.0** Make debug build library renaming optional for openssl >= 1.1.0 which for some inexplicable reason was explicitly added despite it not being there in...
``` error C7527: 'TDelegateInterface': a template parameter name cannot be reused within its scope (compiling source file windows\wintoastlib.cpp) 191>C:\Program Files (x86)\Windows Kits\10\Include\10.0.20348.0\winrt\wrl\event.h(373,1): message : see previous definition of 'TDelegateInterface' (compiling...
### Problem Description ``` The mod Factory Planner (1.1.78) caused a non-recoverable error. Please report this error to the mod author. Error while running event factoryplanner::on_configuration_changed __factoryplanner__/backend/handlers/loader.lua:52: attempt to index...
### Problem Description Crashes when opening modules ``` The mod Factory Planner (1.1.75) caused a non-recoverable error. Please report this error to the mod author. Error while running event factoryplanner::on_gui_click...
It's basically impossible to add custom logging for this, as the logger instance is forcefully created internally within the library for each connection and you don't get to have any...
There are about a million (slight exaggeration) errors in concept_check.hpp, such as: ``` identifier "BOOST_PP_IIF_BOOST_PP_BOOL_" is undefined concept_check.hpp:70 type name is not allowed concept_check.hpp:80 too few arguments for class template...
### Summary Changes to recipe: **mpg123/1.33.0** #### Motivation Fixes compilation when using gcc 15. Update to latest version, fixing several issues in the library #### Details Add version 1.33.0 Skip...