Skip to content

Commit

Permalink
More more CI stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dashodanger committed Jun 9, 2024
1 parent fd68dcf commit 0fcc146
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions source/bsp_wad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "bsp_wad.h"

#include <stdarg.h>
#include <string.h>

#include <algorithm>

Expand Down
4 changes: 0 additions & 4 deletions source/sys_assert.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
#ifndef __SYS_ASSERT__
#define __SYS_ASSERT__

#ifdef WIN32
#undef GetMessage
#endif

// -------- the macros --------

#ifdef NDEBUG
Expand Down
6 changes: 0 additions & 6 deletions source/ui_build.cc
Original file line number Diff line number Diff line change
Expand Up @@ -326,12 +326,6 @@ void UI_Build::Prog_Nodes(int pos, int limit)

void UI_Build::SetStatus(std::string_view msg)
{
// int limit = (int)sizeof(status_label);

#ifdef WIN32
#undef min
#endif
// strncpy(status_label, msg.data(), std::min<int>(limit, msg.size()));
status_label = msg;

if (StringCompare(status_label, _("Success")) == 0)
Expand Down

0 comments on commit 0fcc146

Please sign in to comment.