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:
Eric Haszlakiewicz
2022-05-30 14:33:16 +00:00
parent 86b46cac07
commit 6ba1adf8ef
7 changed files with 171 additions and 171 deletions

View File

@@ -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);