small compiler warnings fixed

This commit is contained in:
vaclavt
2022-04-25 20:20:19 +02:00
parent 165438cdf3
commit 245143bd9e
3 changed files with 6 additions and 3 deletions

View File

@@ -1 +1,4 @@
(system-cmd-fork "ml" "-c" "(print 123) (sleep 1) (print \"aaa\")")
; (system-cmd-fork "ml" "-c" "(print 123) (sleep 1) (print \"aaa\")")
(print (reduce (lambda (acc e) (+ acc (string (+ "<th>" e "</th>")))) "" '("h1" "h2" "h3"))
)