comparison dbhelpers.h @ 1523:1d163552145f coverity

merge coverity
author Matt Johnston <matt@ucc.asn.au>
date Mon, 19 Feb 2018 23:14:49 +0800
parents d68d61e7056a
children
comparison
equal deleted inserted replaced
1510:eb4c7052f51d 1523:1d163552145f
1 #ifndef DROPBEAR_DBHELPERS_H_ 1 #ifndef DROPBEAR_DBHELPERS_H_
2 #define DROPBEAR_DBHELPERS_H_ 2 #define DROPBEAR_DBHELPERS_H_
3 3
4 /* This header defines some things that are also used by libtomcrypt/math. 4 /* This header defines some things that are also used by libtomcrypt/math.
5 We avoid including normal include.h since that can result in conflicting 5 We avoid including normal include.h since that can result in conflicting
6 definitinos - only include config.h */ 6 definitions - only include config.h */
7 #include "config.h" 7 #include "config.h"
8 8
9 #ifdef __GNUC__ 9 #ifdef __GNUC__
10 #define ATTRIB_PRINTF(fmt,args) __attribute__((format(printf, fmt, args))) 10 #define ATTRIB_PRINTF(fmt,args) __attribute__((format(printf, fmt, args)))
11 #define ATTRIB_NORETURN __attribute__((noreturn)) 11 #define ATTRIB_NORETURN __attribute__((noreturn))