Skip to content

Instantly share code, notes, and snippets.

@crypdick
Created May 31, 2017 17:45
Show Gist options
  • Save crypdick/471691bac2db58a9618fffdede96e5ed to your computer and use it in GitHub Desktop.
Save crypdick/471691bac2db58a9618fffdede96e5ed to your computer and use it in GitHub Desktop.
pepe@pepito ~/Apps/mupen64plus-input-bot $ make all
CC _obj/src/plugin.o
CC _obj/src/controller.o
src/controller.c: In function ‘read_controller’:
src/controller.c:129:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations]
json_object_get_int(json_object_object_get(jsonObj, "R_DPAD"));
^
In file included from /usr/include/json-c/linkhash.h:16:0,
from /usr/include/json-c/json.h:22,
from src/controller.c:17:
/usr/include/json-c/json_object.h:271:56: note: declared here
THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
^
/usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
^
src/controller.c:131:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations]
json_object_get_int(json_object_object_get(jsonObj, "L_DPAD"));
^
In file included from /usr/include/json-c/linkhash.h:16:0,
from /usr/include/json-c/json.h:22,
from src/controller.c:17:
/usr/include/json-c/json_object.h:271:56: note: declared here
THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
^
/usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
^
src/controller.c:133:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations]
json_object_get_int(json_object_object_get(jsonObj, "D_DPAD"));
^
In file included from /usr/include/json-c/linkhash.h:16:0,
from /usr/include/json-c/json.h:22,
from src/controller.c:17:
/usr/include/json-c/json_object.h:271:56: note: declared here
THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
^
/usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
^
src/controller.c:135:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations]
json_object_get_int(json_object_object_get(jsonObj, "U_DPAD"));
^
In file included from /usr/include/json-c/linkhash.h:16:0,
from /usr/include/json-c/json.h:22,
from src/controller.c:17:
/usr/include/json-c/json_object.h:271:56: note: declared here
THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
^
/usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
^
src/controller.c:137:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations]
json_object_get_int(json_object_object_get(jsonObj, "START_BUTTON"));
^
In file included from /usr/include/json-c/linkhash.h:16:0,
from /usr/include/json-c/json.h:22,
from src/controller.c:17:
/usr/include/json-c/json_object.h:271:56: note: declared here
THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
^
/usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
^
src/controller.c:139:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations]
json_object_get_int(json_object_object_get(jsonObj, "Z_TRIG"));
^
In file included from /usr/include/json-c/linkhash.h:16:0,
from /usr/include/json-c/json.h:22,
from src/controller.c:17:
/usr/include/json-c/json_object.h:271:56: note: declared here
THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
^
/usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
^
src/controller.c:141:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations]
json_object_get_int(json_object_object_get(jsonObj, "B_BUTTON"));
^
In file included from /usr/include/json-c/linkhash.h:16:0,
from /usr/include/json-c/json.h:22,
from src/controller.c:17:
/usr/include/json-c/json_object.h:271:56: note: declared here
THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
^
/usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
^
src/controller.c:143:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations]
json_object_get_int(json_object_object_get(jsonObj, "A_BUTTON"));
^
In file included from /usr/include/json-c/linkhash.h:16:0,
from /usr/include/json-c/json.h:22,
from src/controller.c:17:
/usr/include/json-c/json_object.h:271:56: note: declared here
THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
^
/usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
^
src/controller.c:145:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations]
json_object_get_int(json_object_object_get(jsonObj, "R_CBUTTON"));
^
In file included from /usr/include/json-c/linkhash.h:16:0,
from /usr/include/json-c/json.h:22,
from src/controller.c:17:
/usr/include/json-c/json_object.h:271:56: note: declared here
THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
^
/usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
^
src/controller.c:147:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations]
json_object_get_int(json_object_object_get(jsonObj, "L_CBUTTON"));
^
In file included from /usr/include/json-c/linkhash.h:16:0,
from /usr/include/json-c/json.h:22,
from src/controller.c:17:
/usr/include/json-c/json_object.h:271:56: note: declared here
THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
^
/usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
^
src/controller.c:149:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations]
json_object_get_int(json_object_object_get(jsonObj, "D_CBUTTON"));
^
In file included from /usr/include/json-c/linkhash.h:16:0,
from /usr/include/json-c/json.h:22,
from src/controller.c:17:
/usr/include/json-c/json_object.h:271:56: note: declared here
THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
^
/usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
^
src/controller.c:151:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations]
json_object_get_int(json_object_object_get(jsonObj, "U_CBUTTON"));
^
In file included from /usr/include/json-c/linkhash.h:16:0,
from /usr/include/json-c/json.h:22,
from src/controller.c:17:
/usr/include/json-c/json_object.h:271:56: note: declared here
THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
^
/usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
^
src/controller.c:153:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations]
json_object_get_int(json_object_object_get(jsonObj, "R_TRIG"));
^
In file included from /usr/include/json-c/linkhash.h:16:0,
from /usr/include/json-c/json.h:22,
from src/controller.c:17:
/usr/include/json-c/json_object.h:271:56: note: declared here
THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
^
/usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
^
src/controller.c:155:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations]
json_object_get_int(json_object_object_get(jsonObj, "L_TRIG"));
^
In file included from /usr/include/json-c/linkhash.h:16:0,
from /usr/include/json-c/json.h:22,
from src/controller.c:17:
/usr/include/json-c/json_object.h:271:56: note: declared here
THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
^
/usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
^
src/controller.c:157:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations]
json_object_get_int(json_object_object_get(jsonObj, "X_AXIS"));
^
In file included from /usr/include/json-c/linkhash.h:16:0,
from /usr/include/json-c/json.h:22,
from src/controller.c:17:
/usr/include/json-c/json_object.h:271:56: note: declared here
THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
^
/usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
^
src/controller.c:159:9: warning: ‘json_object_object_get’ is deprecated [-Wdeprecated-declarations]
json_object_get_int(json_object_object_get(jsonObj, "Y_AXIS"));
^
In file included from /usr/include/json-c/linkhash.h:16:0,
from /usr/include/json-c/json.h:22,
from src/controller.c:17:
/usr/include/json-c/json_object.h:271:56: note: declared here
THIS_FUNCTION_IS_DEPRECATED(extern struct json_object* json_object_object_get(struct json_object* obj,
^
/usr/include/json-c/json_object.h:17:43: note: in definition of macro ‘THIS_FUNCTION_IS_DEPRECATED’
#define THIS_FUNCTION_IS_DEPRECATED(func) func __attribute__ ((deprecated))
^
LD mupen64plus-input-bot.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment