Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[mms-lib] Fixed compilation without varargs support
  • Loading branch information
monich committed Mar 12, 2016
1 parent 537b150 commit dfc0bb3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mms-lib/include/mms_log.h
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2013-2015 Jolla Ltd.
* Copyright (C) 2013-2016 Jolla Ltd.
* Contact: Slava Monich <slava.monich@jolla.com>
*
* This program is free software; you can redistribute it and/or modify
Expand Down Expand Up @@ -79,10 +79,10 @@
# define MMS_WARN_ GWARN_
# define MMS_INFO GINFO
# define MMS_INFO_ GINFO_
# define MMS_DEBUG MMS_DEBUG
# define MMS_DEBUG_ MMS_DEBUG_
# define MMS_VERBOSE MMS_VERBOSE
# define MMS_VERBOSE_ MMS_VERBOSE_
# define MMS_DEBUG GDEBUG
# define MMS_DEBUG_ GDEBUG_
# define MMS_VERBOSE GVERBOSE
# define MMS_VERBOSE_ GVERBOSE_
#endif /* GLOG_VARARGS */

#endif /* JOLLA_MMS_LOG_H */
Expand Down

0 comments on commit dfc0bb3

Please sign in to comment.