Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit df5d68c

Browse files
Monte Gouldingmontegoulding
authored andcommitted
Turn on -Werror=missing-declarations
1 parent 8596129 commit df5d68c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/mac.gypi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
'-Werror=tautological-compare',
129129
'-Werror=logical-not-parentheses',
130130
'-Werror=conversion-null',
131+
'-Werror=missing-declarations',
131132
],
132133
},
133134
},

libexternalv1/include/external.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ typedef enum MCInvokeStatus
302302

303303
// An execution error occured while running the script
304304
kMCInvokeStatusExecutionError = 2
305-
};
305+
} MCInvokeStatus;
306306

307307
// MCThreadCallback is the signature of the function to be invoked when a run on main thread
308308
// callback is requested.

0 commit comments

Comments
 (0)