Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Prog2
/
labor_peldak
/
lab_08
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d6bb154f
authored
3 months ago
by
András Bodor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
warningok
- gtest_lite unused variable, nincs memtrace - point.h invalid UTF-8 -> konvertálva
parent
27a12a42
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
halmaz/gtest_lite.h
+1
-0
halmaz/point.h
+2
-2
No files found.
halmaz/gtest_lite.h
View file @
d6bb154f
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
halmaz/point.h
View file @
d6bb154f
...
...
@@ -7,8 +7,8 @@
#ifndef POINT_H
#define POINT_H
/// Point oszt
l
y
/// Sz
ndkosan egyszer (b
uta)
/// Point oszt
ál
y
/// Sz
ándékosan egyszerű (b
uta)
class
Point
{
int
x
;
int
y
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment