From 9074e61b3c529f5d60e5adf7c8483ccc58366d60 Mon Sep 17 00:00:00 2001 From: dooglus Date: Sat, 8 Sep 2007 16:33:16 +0000 Subject: [PATCH] Added a #warning about some bad code in an unused source file, just in case it ever gets used. git-svn-id: http://svn.voria.com/code@634 1f10aa63-cdf2-0310-b900-c93c546f37ac --- ETL/trunk/ETL/_status.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ETL/trunk/ETL/_status.h b/ETL/trunk/ETL/_status.h index c56f946..6628ae3 100644 --- a/ETL/trunk/ETL/_status.h +++ b/ETL/trunk/ETL/_status.h @@ -45,6 +45,7 @@ public: virtual bool task(const std::string &task) { return true; } +#warning this task(task) thing looks wrong, but the code isn't used, so let's not worry virtual void push_task(const std::string &task,int start=0, int end=100, int total=100) { task(task); } virtual void pop_task() { return; } -- 2.7.4