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
1e8ee231
Commit
1e8ee231
authored
May 20, 2021
by
Rob Swindell
💬
Browse files
Don't disable the GCC suggested parenthesis warning here
parent
ab025620
Pipeline
#2255
passed with stage
in 7 minutes and 32 seconds
Changes
1
Pipelines
1
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
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)
OBJS
+=
$(MTOBJODIR)$(DIRSEP)
SDL_win32_main
$(OFILE)
OBJS
+=
$(MTOBJODIR)$(DIRSEP)
win32cio
$(OFILE)
...
...
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