2
0
forked from Ivasoft/DSView

Warnings fix

This commit is contained in:
DreamSourceLab
2017-06-02 14:01:49 +08:00
parent 45abe48a91
commit 4327797e34
100 changed files with 135 additions and 219 deletions

View File

@@ -17,14 +17,14 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "libsigrok.h"
#include "libsigrok-internal.h"
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/time.h>
#include "libsigrok.h"
#include "libsigrok-internal.h"
/* Message logging helpers with subsystem-specific prefix string. */
#define LOG_PREFIX "input/binary: "