Commit a0e4ba5
committed
[graf3d] Fix errors and warnings due to TGLWSIncludes.h
The TGLWSIncludes.h header is being removed from the public interface
in v6.40. Due to using >= 6.38, it was causing a compiler error already
in v6.38, where it was supposed to raise only a warning.
Here, the version number is corrected, and the error message is written
for users instead of ROOT developers.
On Windows, the unsupported #warning is suppressed.1 parent 025a098 commit a0e4ba5
1 file changed
+3
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
29 | 24 | | |
30 | 25 | | |
31 | | - | |
32 | | - | |
33 | 26 | | |
34 | 27 | | |
35 | 28 | | |
| |||
0 commit comments