Skip to content

Commit

Permalink
Fix segfault when built with LTO
Browse files Browse the repository at this point in the history
  • Loading branch information
serebit committed Mar 10, 2024
1 parent 423c8cc commit 3f14a19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#include <wlr/util/log.h>
#include "wlr-wrap-end.hpp"

int32_t socket = 0;

int32_t run_compositor(const std::vector<std::string>& startup_cmds, std::promise<const char*> socket_promise = {}) {
const auto server = Server();

Expand Down

0 comments on commit 3f14a19

Please sign in to comment.