Update plugins.nogpl.cfg and fix a couple of warnings

This commit is contained in:
pancake 2019-02-11 12:13:33 +01:00
parent 4c4df8cf81
commit 1936f2d047
3 changed files with 6 additions and 23 deletions

View File

@ -123,7 +123,7 @@ static int show_analinfo(RAsmState *as, const char *arg, ut64 offset) {
int ret, len = r_hex_str2bin ((char *)buf, buf);
PJ *pj = pj_new ();
if (!pj) {
return NULL;
return 0;
}
RAnalOp aop = { 0 };

View File

@ -105,7 +105,7 @@ R_API int r_io_plugin_list_json(RIO *io) {
SdbListIter *iter;
PJ *pj = pj_new ();
if (!pj) {
return NULL;
return 0;
}
char str[4];

View File

@ -11,7 +11,8 @@ anal.h8300
anal.i8080
anal.java
anal.hexagon
anal.m68k
anal.m68k_cs
anal.m680x_cs
anal.malbolge
anal.mips_cs
anal.msp430
@ -40,12 +41,12 @@ asm.i4004
asm.i8080
asm.java
asm.hexagon
asm.m68k
asm.m68k_cs
asm.m680x_cs
asm.malbolge
asm.mips_cs
asm.msp430
asm.ppc_cs
asm.rar
asm.sparc_cs
asm.spc700
asm.sysz
@ -53,7 +54,6 @@ asm.tms320
asm.v850
asm.ws
asm.x86_cs
asm.x86_new
asm.x86_nz
asm.xcore_cs
asm.z80
@ -77,7 +77,6 @@ bin.p9
bin.pe
bin.pe64
bin.pebble
bin.rar
bin.te
bin.xbe
bin.z64
@ -99,23 +98,7 @@ debug.rap
debug.windbg
egg.exec
egg.xor
fs.cpio
fs.ext2
fs.fat
fs.fb
fs.hfs
fs.hfsplus
fs.iso9660
fs.jfs
fs.minix
fs.ntfs
fs.posix
fs.reiserfs
fs.sfs
fs.tar
fs.udf
fs.ufs
fs.xfs
io.bfdbg
io.debug
io.default