From 7650494143eac9a159c9663a6218d74120d0670e Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 21 Dec 2012 13:19:45 +0100 Subject: Fix main() signature of headersclean stub file Fix MinGW build errors by using the standard main signature. Change-Id: I0ebe7307a825a7ec50e654f163fbf8fe7060a478 Reviewed-by: Oswald Buddenhagen --- mkspecs/features/data/headersclean/tst_headersclean.cpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkspecs/features/data/headersclean/tst_headersclean.cpp.in b/mkspecs/features/data/headersclean/tst_headersclean.cpp.in index 1784615dd5..c3aa9a9562 100644 --- a/mkspecs/features/data/headersclean/tst_headersclean.cpp.in +++ b/mkspecs/features/data/headersclean/tst_headersclean.cpp.in @@ -48,7 +48,7 @@ $${includes} #include -int main() +int main(int, char **) { qWarning(\"This is a compile test only\"); return 0; -- cgit v1.2.3