Android-x86
Fork
Spenden

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-s2tc: Commit

external/s2tc


Commit MetaInfo

Revision5c98723fe0abca171ddf47eba05b45ddd9aa58f0 (tree)
Zeit2019-02-26 19:29:58
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Remove unused parameters

Ändern Zusammenfassung

Diff

--- a/s2tc_algorithm.cpp
+++ b/s2tc_algorithm.cpp
@@ -561,7 +561,7 @@ namespace
561561 template <class T>
562562 struct s2tc_evaluate_colors_result_null_t
563563 {
564- inline void add(int l, T a)
564+ inline void add(int, T)
565565 {
566566 }
567567 };
Show on old repository browser