Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gabriela Bittencourt
purr-data
Commits
0ff95234
Commit
0ff95234
authored
Aug 31, 2020
by
Albert Gräf
Committed by
Albert Gräf
Sep 09, 2020
Browse files
mingw64 fixes: silence the bogus ms format warnings in mrpeach.
parent
9670411d
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/Makefile
View file @
0ff95234
...
...
@@ -1343,6 +1343,7 @@ motex_clean:
# MRPEACH
MRPEACH_NAME
=
mrpeach
MRPEACH_OBJECTS
:=
$(
wildcard
$(externals_src)
/mrpeach/
*
/
*
.c
)
mrpeach
:
WARN_FLAGS=-Wno-pedantic-ms-format
mrpeach
:
$(MRPEACH_OBJECTS:.c=.$(EXTENSION))
mrpeach_install
:
mrpeach
...
...
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