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
Compare Revisions
ab0256208977d1d2633be7f1dc0abe9aa2e3d439...1e8ee231c41f58b23f9aaf37fff53c5b0da357a1
Commits (1)
Don't disable the GCC suggested parenthesis warning here
· 1e8ee231
Rob Swindell
authored
May 20, 2021
1e8ee231
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/conio/GNUmakefile
src/conio/GNUmakefile
+0
-3
No files found.
src/conio/GNUmakefile
View file @
1e8ee231
...
@@ -4,9 +4,6 @@ include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rule
...
@@ -4,9 +4,6 @@ include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rule
CFLAGS
+=
$
(
XPDEV-MT_CFLAGS
)
$(HASH_CFLAGS)
$(ENCODE_CFLAGS)
$
(
CIOLIB-MT_CFLAGS
)
CFLAGS
+=
$
(
XPDEV-MT_CFLAGS
)
$(HASH_CFLAGS)
$(ENCODE_CFLAGS)
$
(
CIOLIB-MT_CFLAGS
)
# Deuce doesn't want to add "useless parens" in xbr.c
CFLAGS
+=
-Wno-parentheses
ifeq
($(os),win32)
ifeq
($(os),win32)
OBJS
+=
$(MTOBJODIR)$(DIRSEP)
SDL_win32_main
$(OFILE)
OBJS
+=
$(MTOBJODIR)$(DIRSEP)
SDL_win32_main
$(OFILE)
OBJS
+=
$(MTOBJODIR)$(DIRSEP)
win32cio
$(OFILE)
OBJS
+=
$(MTOBJODIR)$(DIRSEP)
win32cio
$(OFILE)
...
...