From 0bb6d6e2bd7576e7c418c6a072514ccc05f8665f Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Tue, 10 Nov 2015 12:39:11 -0500
Subject: [PATCH] emit a warning

---
 bin/compile | 3 +++
 bin/utils   | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/bin/compile b/bin/compile
index 130e10cb..2aeb8bb2 100755
--- a/bin/compile
+++ b/bin/compile
@@ -58,6 +58,9 @@ bpwatch start compile
 # Syntax sugar.
 source $BIN_DIR/utils
 
+# Import collection of warnings.
+source $BIN_DIR/warnings
+
 # Directory Hacks for path consistiency.
 APP_DIR='/app'
 TMP_APP_DIR=$CACHE_DIR/tmp_app_dir
diff --git a/bin/utils b/bin/utils
index 8b6d3911..2853f6d2 100755
--- a/bin/utils
+++ b/bin/utils
@@ -101,3 +101,7 @@ sub-env() {
 
   )
 }
+
+# Import collection of warnings.
+source $BIN_DIR/warnings.
+
-- 
GitLab