Commit d6bb154f by András Bodor

warningok

 - gtest_lite unused variable, nincs memtrace
 - point.h invalid UTF-8 -> konvertálva
parent 27a12a42
...@@ -285,6 +285,7 @@ public: ...@@ -285,6 +285,7 @@ public:
} }
/// Teszt vége /// Teszt vége
std::ostream& end(bool memchk = false) { std::ostream& end(bool memchk = false) {
(void) memchk;
#ifdef MEMTRACE #ifdef MEMTRACE
if (memchk && ablocks != memtrace::allocated_blocks()) { if (memchk && ablocks != memtrace::allocated_blocks()) {
status = false; status = false;
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
#ifndef POINT_H #ifndef POINT_H
#define POINT_H #define POINT_H
/// Point osztly /// Point osztály
/// Szndkosan egyszer (buta) /// Szándékosan egyszerű (buta)
class Point { class Point {
int x; int x;
int y; int y;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment