diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-07-23 08:46:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-23 08:46:26 -0400 |
| commit | c4aee4fe3133127f16d3967e74e52b262438d57f (patch) | |
| tree | c823c34d984a9ca610c878b423e807e12ba2012b /lib/workqueue.h | |
| parent | 7087ced7add0978047fa9df0ad62f47134109a69 (diff) | |
| parent | 66f99ce5920452d4a90199af1d3f4b4982e68e2a (diff) | |
Merge pull request #2652 from LabNConsulting/working/master/confdate_cleanup
Simplify deprecation check
Diffstat (limited to 'lib/workqueue.h')
| -rw-r--r-- | lib/workqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/workqueue.h b/lib/workqueue.h index 6085820393..fe1700f8de 100644 --- a/lib/workqueue.h +++ b/lib/workqueue.h @@ -154,7 +154,7 @@ extern struct work_queue *work_queue_new(struct thread_master *, const char *); * The usage of work_queue_free is being transitioned to pass * in the double pointer to remove use after free's. */ -#if defined(VERSION_TYPE_DEV) && CONFDATE > 20190205 +#if CONFDATE > 20190205 CPP_NOTICE("work_queue_free without double pointer is deprecated, please fixup") #endif extern void work_queue_free_and_null(struct work_queue **); |
