File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ extern char *dirname(char *);
66
66
#endif
67
67
68
68
/** Return the default parsing options. */
69
- static unsigned getDefaultParsingOptions () {
69
+ static unsigned getDefaultParsingOptions (void ) {
70
70
unsigned options = CXTranslationUnit_DetailedPreprocessingRecord ;
71
71
72
72
if (getenv ("CINDEXTEST_EDITING" ))
@@ -3316,7 +3316,7 @@ typedef struct {
3316
3316
unsigned num_files ;
3317
3317
} ImportedASTFilesData ;
3318
3318
3319
- static ImportedASTFilesData * importedASTs_create () {
3319
+ static ImportedASTFilesData * importedASTs_create (void ) {
3320
3320
ImportedASTFilesData * p ;
3321
3321
p = malloc (sizeof (ImportedASTFilesData ));
3322
3322
assert (p );
@@ -4407,7 +4407,7 @@ static void print_usr(CXString usr) {
4407
4407
clang_disposeString (usr );
4408
4408
}
4409
4409
4410
- static void display_usrs () {
4410
+ static void display_usrs (void ) {
4411
4411
fprintf (stderr , "-print-usrs options:\n"
4412
4412
" ObjCCategory <class name> <category name>\n"
4413
4413
" ObjCClass <class name>\n"
You can’t perform that action at this time.
0 commit comments