diff options
author | Sven Gothel <[email protected]> | 2015-08-27 20:09:05 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-08-27 20:09:05 +0200 |
commit | e8d66b1cd2b48899b7a012d54ba83d5c2a449b0a (patch) | |
tree | 497277e6bcc3f03b4995f89ab90aab84cdf8a148 /src/nativewindow/classes/com | |
parent | 60469c5a09a1e61094a9d0b41db033706e03874d (diff) |
Bug 1203: Properly format DEBUG output related to mapGLVersions: Use '-MapGLVersions' suffix.
Diffstat (limited to 'src/nativewindow/classes/com')
-rw-r--r-- | src/nativewindow/classes/com/jogamp/nativewindow/NativeWindowException.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nativewindow/classes/com/jogamp/nativewindow/NativeWindowException.java b/src/nativewindow/classes/com/jogamp/nativewindow/NativeWindowException.java index 8f841e7ea..9dc3f2d4b 100644 --- a/src/nativewindow/classes/com/jogamp/nativewindow/NativeWindowException.java +++ b/src/nativewindow/classes/com/jogamp/nativewindow/NativeWindowException.java @@ -42,6 +42,7 @@ package com.jogamp.nativewindow; /** A generic exception for OpenGL errors used throughout the binding as a substitute for {@link RuntimeException}. */ +@SuppressWarnings("serial") public class NativeWindowException extends RuntimeException { /** Constructs a NativeWindowException object. */ public NativeWindowException() { |