Clean up GCC warnings (2019-08-29 edition)
Updated most parts of the code that were throwing warnings in GCC.
This commit is contained in:
parent
1f2c6c3c4e
commit
7938480174
16 changed files with 110 additions and 141 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#ifndef __MACOS_H__
|
||||
#define __MACOS_H__
|
||||
|
||||
const char *macos_fontsPath();
|
||||
const char *macos_preferencesPath();
|
||||
const char *macos_globalPreferencesPath();
|
||||
const char *macos_fontsPath(void);
|
||||
const char *macos_preferencesPath(void);
|
||||
const char *macos_globalPreferencesPath(void);
|
||||
|
||||
|
||||
#endif /* __MACOS_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue