aboutsummaryrefslogtreecommitdiff
path: root/src/cljcc/cljcc.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/cljcc/cljcc.clj')
-rw-r--r--src/cljcc/cljcc.clj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cljcc/cljcc.clj b/src/cljcc/cljcc.clj
index 1da49fd..5d0be54 100644
--- a/src/cljcc/cljcc.clj
+++ b/src/cljcc/cljcc.clj
@@ -3,6 +3,8 @@
[cljcc.driver :as d])
(:gen-class))
+(set! *warn-on-reflection* true)
+
(defn greet
"Callable entry point to the application."
[data]