mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
6775152: freetype version check program problem main arg order
Fix all compiler warnings Reviewed-by: ohair, tbell
This commit is contained in:
parent
210b864811
commit
8dc49502e3
1 changed files with 5 additions and 4 deletions
|
@ -1350,7 +1350,8 @@ $(ALSA_VERSION_CHECK): $(ALSA_VERSION_CHECK).c
|
||||||
$(ALSA_VERSION_CHECK).c:
|
$(ALSA_VERSION_CHECK).c:
|
||||||
@$(prep-target)
|
@$(prep-target)
|
||||||
@$(ECHO) "#include <alsa/asoundlib.h>\n" \
|
@$(ECHO) "#include <alsa/asoundlib.h>\n" \
|
||||||
"int main(char** argv, int argc) {\n" \
|
"#include <stdio.h>\n" \
|
||||||
|
"int main(int argc, char** argv) {\n" \
|
||||||
" printf(\"%s\", SND_LIB_VERSION_STR);\n" \
|
" printf(\"%s\", SND_LIB_VERSION_STR);\n" \
|
||||||
" return 0;\n" \
|
" return 0;\n" \
|
||||||
"}\n" \
|
"}\n" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue