mirror of
https://github.com/json-c/json-c.git
synced 2026-04-02 03:49:06 +08:00
Include the tests and apps directories at the _end_, since order in the
cmake rules matters, and fix compile warnings now that we're building those sources with all the regular flags.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "json_inttypes.h"
|
||||
#include "json_object.h"
|
||||
|
||||
int main()
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
/* integer tests */
|
||||
struct json_object *int1 = json_object_new_int(0);
|
||||
|
||||
Reference in New Issue
Block a user