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,13 +17,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "libsigrok.h"
#include "libsigrok-internal.h"
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <glib.h>
#include "libsigrok.h"
#include "libsigrok-internal.h"
/* Message logging helpers with subsystem-specific prefix string. */
#define LOG_PREFIX "session: "