mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-05-30 17:01:05 +00:00
* config.h.in (getRCSID): Mark inline to avoid compiler warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@26978 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
22b8c9171d
commit
0ea7aaf64a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-10-27 David Ayers <ayers@fsfe.org>
|
||||
|
||||
* config.h.in (getRCSID): Mark inline to avoid compiler warnings.
|
||||
|
||||
2008-07-06 David Wetzel <dave@turbocat.de>
|
||||
|
||||
* EOControl/EOClassDescription.m (classDescriptionForClass:): Only
|
||||
|
|
|
@ -39,6 +39,6 @@
|
|||
|
||||
#define RCS_ID(name) \
|
||||
static const char RCSID[] = name; \
|
||||
static const char *getRCSID() { if (0) getRCSID(); return RCSID;}
|
||||
static inline const char *getRCSID() { if (0) getRCSID(); return RCSID;}
|
||||
|
||||
#endif /* __config_h__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue