Skip to content

Commit c048284

Browse files
committed
Squelch compiler warnings
1 parent 00bb2f4 commit c048284

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libcpp/interpolate/hfun_base_k.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@
8484
) {}
8585

8686
__inline_call real_type eval (
87-
real_type *_ppos
87+
real_type * /*_ppos*/
8888
)
8989
{ return ( (real_type) 0. );
9090
}
9191

9292
__inline_call real_type eval (
93-
real_type *_ppos ,
94-
hint_type &_hint
93+
real_type * /*_ppos*/ ,
94+
hint_type & /*_hint*/
9595
)
9696
{ return ( (real_type) 0. );
9797
}

0 commit comments

Comments
 (0)