Use C11 instead of GNU formatting for variable argument macros.
This commit is contained in:
parent
8caa9a68bc
commit
47b09119a4
1 changed files with 1 additions and 1 deletions
2
status.h
2
status.h
|
@ -16,7 +16,7 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#define DEBUG(level, args...) debug(level, __location__, __FUNCTION__, args)
|
||||
#define DEBUG(level, ...) debug(level, __location__, __func__, __VA_ARGS__)
|
||||
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue