Skip to content

Instantly share code, notes, and snippets.

@RutledgePaulV
Created August 23, 2017 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RutledgePaulV/2cf1ccf6e561937206ac61f41041112d to your computer and use it in GitHub Desktop.
Save RutledgePaulV/2cf1ccf6e561937206ac61f41041112d to your computer and use it in GitHub Desktop.
; add this to your project.clj file to suppress compilation warnings
:injections
[(alter-var-root clojure.lang.RT/ERR
(constantly
(java.io.PrintWriter.
(org.apache.commons.io.output.NullWriter.))))]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment