projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9209e81
)
build: fix compilation warnings produced by recent clang
author
SeokYeon Hwang
<syeon.hwang@samsung.com>
Tue, 2 Jun 2015 03:06:38 +0000
(12:06 +0900)
committer
SeokYeon Hwang
<syeon.hwang@samsung.com>
Fri, 12 Jun 2015 11:02:32 +0000
(20:02 +0900)
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Conflicts:
tizen/src/skin/maruskin_client.c
Change-Id: Ic3ac6a1cf6574f0e8930fd70f7809e5e36d1309c
tizen/src/emulator_options.c
patch
|
blob
|
history
diff --git
a/tizen/src/emulator_options.c
b/tizen/src/emulator_options.c
index cd47a77c6e6237d6dc01f4d99016a0a7380c68fb..8e8c9d7cf95e895d481b88ddb9bb80af579ef08f 100644
(file)
--- a/
tizen/src/emulator_options.c
+++ b/
tizen/src/emulator_options.c
@@
-206,9
+206,7
@@
bool load_conf(const char * const conf)
FILE *file = NULL;
assert(!!conf);
- if (conf) {
- filename = g_strdup(conf);
- }
+ filename = g_strdup(conf);
file = fopen(filename, "r");
if (!file) {