diff options
Diffstat (limited to 'ingen/ingen.h')
-rw-r--r-- | ingen/ingen.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/ingen/ingen.h b/ingen/ingen.h index 11fd592a..ba56ae52 100644 --- a/ingen/ingen.h +++ b/ingen/ingen.h @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2014-2016 David Robillard <http://drobilla.net/> + Copyright 2014-2017 David Robillard <http://drobilla.net/> Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free @@ -34,14 +34,6 @@ # define INGEN_API #endif -#ifndef INGEN_WARN_UNUSED_RESULT -# if __GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ >= 4 -# define INGEN_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -# else -# define INGEN_WARN_UNUSED_RESULT -# endif -#endif - #define INGEN_NS "http://drobilla.net/ns/ingen#" #define INGEN__Arc INGEN_NS "Arc" |