Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
eb5fed99
Commit
eb5fed99
authored
May 14, 2021
by
Deucе
👌🏾
Browse files
Fix(?) more Windows warnings.
parent
c389e6a5
Pipeline
#2189
passed with stage
in 7 minutes and 31 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
2 deletions
+6
-2
src/conio/curs_cio.c
src/conio/curs_cio.c
+1
-1
src/conio/scale.c
src/conio/scale.c
+1
-0
src/conio/x_events.c
src/conio/x_events.c
+1
-0
src/syncterm/bbslist.c
src/syncterm/bbslist.c
+1
-0
src/syncterm/ripper.c
src/syncterm/ripper.c
+1
-0
src/xpdev/strwrap.h
src/xpdev/strwrap.h
+1
-1
No files found.
src/conio/curs_cio.c
View file @
eb5fed99
...
...
@@ -111,7 +111,7 @@ static int _putch(unsigned char ch, BOOL refresh_now, int cp)
cchar_t
cha
;
wchar_t
wch
[
2
]
=
{
0
};
attr_t
attr
=
0
;
short
cpair
;
short
cpair
=
0
;
attr_get
(
&
attr
,
&
cpair
,
NULL
);
attr
&=
~
A_COLOR
;
...
...
src/conio/scale.c
View file @
eb5fed99
#include <math.h>
#include <stdbool.h>
#include <stdlib.h>
...
...
src/conio/x_events.c
View file @
eb5fed99
...
...
@@ -3,6 +3,7 @@
* event thread.
*/
#include <math.h>
#include <unistd.h>
#include <stdbool.h>
...
...
src/syncterm/bbslist.c
View file @
eb5fed99
...
...
@@ -7,6 +7,7 @@
#include <dirwrap.h>
#include <ini_file.h>
#include <uifc.h>
#include <xpprintf.h>
#include "filepick.h"
#include "syncterm.h"
...
...
src/syncterm/ripper.c
View file @
eb5fed99
...
...
@@ -23,6 +23,7 @@
#if defined(__unix__)
#include <unistd.h>
#endif
#include <time.h>
#include <vidmodes.h>
#include <xpbeep.h>
...
...
src/xpdev/strwrap.h
View file @
eb5fed99
...
...
@@ -18,7 +18,7 @@ char* ltoa(long val, char* str, int radix);
#endif
#ifdef
_MSVC
#if
def
ined(_MSC_VER) || defined(__MSVCRT__)
#if defined(__cplusplus)
extern
"C"
{
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment