Andreas Fabri
|
2c8c044db5
|
use variables to avoid clang warning
|
2013-03-01 09:01:27 +01:00 |
Andreas Fabri
|
455190a2e4
|
removed one parameter too much
|
2013-03-01 08:55:10 +01:00 |
Andreas Fabri
|
e8b191fd87
|
removed unused parameter name
|
2013-02-28 17:33:06 +01:00 |
Andreas Fabri
|
b315c05781
|
avoid 'warning: equality comparison result unused [-Wunused-comparison]'
|
2013-02-28 17:22:52 +01:00 |
Andreas Fabri
|
c751ac0cc0
|
removed unused parameter name
|
2013-02-28 16:44:40 +01:00 |
Andreas Fabri
|
84a7061b15
|
remove unused parameter name
|
2013-02-28 16:40:57 +01:00 |
Andreas Fabri
|
9a17fce6b1
|
Remove '&' from the return type, as it would be a reference to a local variable
|
2013-02-28 09:46:57 +01:00 |
Andreas Fabri
|
92ebc695a2
|
remove unused parameter name
|
2013-02-28 09:46:55 +01:00 |
Andreas Fabri
|
479f78b033
|
int -> ptrdiff_t/size_t
|
2013-02-28 09:46:54 +01:00 |
Andreas Fabri
|
33549c2e02
|
static_cast<int>
|
2013-02-28 09:46:53 +01:00 |
Andreas Fabri
|
6531c0ba44
|
NULL -> 0
|
2013-02-28 09:46:51 +01:00 |
Laurent Rineau
|
220ddbf6b2
|
New macro CGAL_GCC_VERSION to help preprocessor conditionals on gcc version
And use it in <CGAL/refine_mesh_3.h>
|
2013-02-27 19:58:02 +01:00 |
Laurent Rineau
|
ef37a934a6
|
Fix warning "_ri may be used uninitialized"
|
2013-02-27 19:35:56 +01:00 |
Laurent Rineau
|
403031ce7f
|
Fix warnings
|
2013-02-27 18:21:24 +01:00 |
Andreas Fabri
|
34b112ca5d
|
remove unused parameters
|
2013-02-27 17:16:39 +01:00 |
Andreas Fabri
|
776a8d66e0
|
unsigned int -> int
|
2013-02-27 14:28:47 +01:00 |
Andreas Fabri
|
ea7b603572
|
remove unused parameter
|
2013-02-27 14:26:38 +01:00 |
Andreas Fabri
|
0f09c30b9b
|
Cleanup: remove unused buggy code
|
2013-02-27 14:24:43 +01:00 |
Andreas Fabri
|
17f3472ecf
|
remove unused variable
|
2013-02-27 14:02:33 +01:00 |
Andreas Fabri
|
c9e15507a5
|
remove unused variable
|
2013-02-27 14:01:18 +01:00 |
Andreas Fabri
|
813b5df1f5
|
Comment an unused file static function
|
2013-02-27 13:59:15 +01:00 |
Andreas Fabri
|
6f08686b71
|
obvious fix in an unused function
|
2013-02-27 13:55:06 +01:00 |
Andreas Fabri
|
10e495d897
|
Replace WARNING with ATTENTION to avoid a 'W' in the testsuite page
|
2013-02-27 13:42:18 +01:00 |
Andreas Fabri
|
6c92f49150
|
add static_cast<int>
|
2013-02-27 13:37:00 +01:00 |
Andreas Fabri
|
0258aed350
|
fix an 'obvious', or should we call it 'stupid', bug ==:>-
|
2013-02-27 12:28:29 +01:00 |
Andreas Fabri
|
cfd69b1490
|
long/int -> size_t
|
2013-02-27 11:44:55 +01:00 |
Andreas Fabri
|
e5a1756076
|
undo of a static_cast
|
2013-02-26 18:35:51 +01:00 |
Andreas Fabri
|
8810523770
|
remove an unused parameter
|
2013-02-26 17:15:26 +01:00 |
Andreas Fabri
|
8a309aac1b
|
remove an unused parameter
|
2013-02-26 17:13:32 +01:00 |
Andreas Fabri
|
3c209bc60a
|
remove an unused parameter
|
2013-02-26 17:11:08 +01:00 |
Andreas Fabri
|
876a4a5753
|
remove unused variables and #if 0 buggy non used code
|
2013-02-26 17:05:13 +01:00 |
Andreas Fabri
|
c7e68385be
|
remove unused variables and #if 0 buggy non used code
|
2013-02-26 16:52:55 +01:00 |
Andreas Fabri
|
f5142c9d69
|
put unused buggy code in an #if 0 #endif
|
2013-02-26 16:30:12 +01:00 |
Laurent Rineau
|
d345f1bafd
|
Fix a bug with MSVC 2012 (VC11), in Interval_nt
The bug seems actually in VC11, but we use a workaround. The issue is how
the compilateur optimizes, or not, the expression tested by an assertion.
|
2013-02-26 15:58:08 +01:00 |
Andreas Fabri
|
02ff1276c2
|
remove unused typedefs
|
2013-02-26 15:44:29 +01:00 |
Andreas Fabri
|
94899956d6
|
Add plenty of CGAL_USE_TYPE
|
2013-02-26 15:27:57 +01:00 |
Andreas Fabri
|
7425146a87
|
virtual function of derived class must match the API of the base class
|
2013-02-26 10:00:04 +01:00 |
Andreas Fabri
|
04ef021674
|
remove unused typedef; remove ';' after a {}
|
2013-02-26 09:51:25 +01:00 |
Andreas Fabri
|
7268f009f5
|
long -> size_t
|
2013-02-26 08:24:32 +01:00 |
Andreas Fabri
|
2c3ec06fd2
|
return false instead of -1
|
2013-02-26 07:48:16 +01:00 |
Andreas Fabri
|
a3eafddd16
|
virtual function of derived class must match the API of the base class
|
2013-02-26 07:35:51 +01:00 |
Andreas Fabri
|
4fffac9c1b
|
remove unused variable name
|
2013-02-26 07:28:29 +01:00 |
Andreas Fabri
|
7db10a19e6
|
Add a CGAL_USE
|
2013-02-26 07:24:42 +01:00 |
Andreas Fabri
|
84a57d4ba0
|
no need to test if size_t >= 0
|
2013-02-26 07:11:09 +01:00 |
Andreas Fabri
|
b6dfb6c41f
|
virtual function of derived class must match the API of the base class
|
2013-02-26 07:10:26 +01:00 |
Andreas Fabri
|
1e1d023ef8
|
Merge remote-tracking branch 'origin/master' into CGAL-fix_warnings-GF
|
2013-02-25 17:45:52 +01:00 |
Laurent Rineau
|
e171941e24
|
Merge branch 'Triangulation_3-fix_warning_assume_patch-lrineau'
|
2013-02-25 10:53:10 +01:00 |
Alex Tsui
|
de5f238a71
|
Removed large .arr files from Aos_2 demo.
|
2013-02-22 07:42:52 -08:00 |
Laurent Rineau
|
550dbfd53d
|
Prepare CGAL-4.2-alpha2
|
2013-02-22 16:18:08 +01:00 |
Laurent Rineau
|
bd0930fc26
|
Fix segfaults in T3, caused by the use of CGAL_assume
I wonder why the compiler created buggy code. Anyway, I found easy
workarounds, without reintroducing the warnings.
|
2013-02-22 16:15:04 +01:00 |