We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b1e62 commit 43508b6Copy full SHA for 43508b6
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
- os: windows-latest
32
arch: x86
33
CMAKE_ARCH_FLAG: -A Win32
34
- - os: ubuntu-20.04
+ - os: ubuntu-22.04
35
36
CMAKE_ARCH_FLAG: -DCMAKE_C_FLAGS="-m32" -DCMAKE_CXX_FLAGS="-m32"
37
- os: macos-13
source/async_postgres.hpp
@@ -32,6 +32,7 @@ namespace GLua = GarrysMod::Lua;
return ret; \
} catch (const std::exception& e) { \
lua->ThrowError(e.what()); \
+ return 0; \
} \
38
int name##__Imp([[maybe_unused]] GarrysMod::Lua::ILuaInterface* lua)
0 commit comments