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:
}
/// Teszt vége
std::ostream& end(bool memchk = false) {
(void) memchk;
#ifdef MEMTRACE
if (memchk && ablocks != memtrace::allocated_blocks()) {
status = false;
......
......@@ -7,8 +7,8 @@
#ifndef POINT_H
#define POINT_H
/// Point osztly
/// Szndkosan egyszer (buta)
/// Point osztály
/// Szándékosan egyszerű (buta)
class Point {
int x;
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