about summary refs log tree commit diff stats
path: root/src/main.nim
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-11-21 21:59:39 +0100
committerbptato <nincsnevem662@gmail.com>2023-11-21 21:59:39 +0100
commita2be8910e51d647b6ec85a571cd8e68145c013f6 (patch)
tree1b9fdc8d1f9d92e69a241e763c02994fb5260ce1 /src/main.nim
parent7762995c3e153a4ddc99c51167df05f57ea7f463 (diff)
downloadchawan-a2be8910e51d647b6ec85a571cd8e68145c013f6.tar.gz
Move clang workaround to config.nims
Diffstat (limited to 'src/main.nim')
-rw-r--r--src/main.nim4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.nim b/src/main.nim
index 47e00959..a9804a0e 100644
--- a/src/main.nim
+++ b/src/main.nim
@@ -1,9 +1,5 @@
 import version
 
-# workaround for clang 16
-when defined(clang):
-  {.passC:"-Wno-error=incompatible-function-pointer-types".}
-
 import server/forkserver
 let forks = newForkServer()