]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0588: The maze program no longer compiles on newer clang v9.1.0588
authorMohamed Akram <mohd.akram@outlook.com>
Mon, 15 Jul 2024 18:23:36 +0000 (20:23 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 15 Jul 2024 18:23:36 +0000 (20:23 +0200)
commit3ce274682b6c4ef6d8d49a8afefe748858e59ba2
tree6e530f0dc4ccf85f58689f4d0242e4add1919485
parent1cc4cae961a7b49608ef7bd56837cc723d49db4d
patch 9.1.0588: The maze program no longer compiles on newer clang

Problem:  The maze program no longer compiles on newer clang
Solution: Use ANSI C function definition for main()
          (Mohamed Akram)

Implicit int is an error in newer versions of clang.

closes: #15247

Signed-off-by: Mohamed Akram <mohd.akram@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/macros/maze/mazeclean.c
src/version.c