Skip to content

Commit

Permalink
Merge ac581fd into d19cb5a
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Sep 8, 2018
2 parents d19cb5a + ac581fd commit 0d78bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion group.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ void callbackConferencePeerNameWrapperForC(Tox*, uint32_t, uint32_t, uint8_t*, s
void callbackConferencePeerListChangedWrapperForC(Tox*, uint32_t, void*);
// fix nouse compile warning
static inline __attribute__((__unused__)) void fixnousetoxgroup() {
static inline __attribute__((__unused__)) void fixnousetoxgroup(void) {
}
*/
Expand Down
2 changes: 1 addition & 1 deletion tox.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void callbackFileChunkRequestWrapperForC(Tox *tox, uint32_t friend_number, uint3
size_t length, void *user_data);
// fix nouse compile warning
static inline __attribute__((__unused__)) void fixnousetox() {
static inline __attribute__((__unused__)) void fixnousetox(void) {
}
*/
Expand Down

0 comments on commit 0d78bfc

Please sign in to comment.