1
1

Remove compiler warning about function not being prototyped.

This commit was SVN r20929.
Этот коммит содержится в:
Jeff Squyres 2009-04-02 13:06:47 +00:00
родитель 7a7c4bcb4b
Коммит 3bf8c7025a

Просмотреть файл

@ -7,6 +7,8 @@
* $HEADER$
*/
int opal_this_library_is_not_used_anymore(void);
int opal_this_library_is_not_used_anymore(void) {
return 0;
}