Skip to content

Commit 9f29930

Browse files
author
murrell
committed
fix compiler warnings
git-svn-id: https://svn.r-project.org/R/trunk@88806 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 110a07d commit 9f29930

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/devices.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,13 +428,13 @@ double defaultStrWidthUTF8(const char *str, const pGEcontext gc, pDevDesc dd)
428428
{ return 0; }
429429
SEXP defaultSetPattern(SEXP pattern, pDevDesc dd)
430430
{ return R_NilValue; }
431-
void noopReleasePattern(SEXP ref, pDevDesc dd) {};
431+
void noopReleasePattern(SEXP ref, pDevDesc dd) {}
432432
SEXP defaultSetClipPath(SEXP path, SEXP ref, pDevDesc dd)
433433
{ return R_NilValue; }
434-
void noopReleaseClipPath(SEXP ref, pDevDesc dd) {};
434+
void noopReleaseClipPath(SEXP ref, pDevDesc dd) {}
435435
SEXP defaultSetMask(SEXP path, SEXP ref, pDevDesc dd)
436436
{ return R_NilValue; }
437-
void noopReleaseMask(SEXP ref, pDevDesc dd) {};
437+
void noopReleaseMask(SEXP ref, pDevDesc dd) {}
438438
SEXP defaultDefineGroup(SEXP source, int op, SEXP destination, pDevDesc dd)
439439
{ return R_NilValue; }
440440
void noopUseGroup(SEXP ref, SEXP trans, pDevDesc dd) {}

0 commit comments

Comments
 (0)