mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-18 07:16:23 -05:00
cppcheck: Variable 'startflag' was assigned a value that is never used.
This commit is contained in:
parent
1b2307e056
commit
ef7207b421
8
main.c
8
main.c
@ -297,12 +297,8 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
/* if invoked with no other startup files,
|
/* if invoked with no other startup files,
|
||||||
run the system startup file here */
|
run the system startup file here */
|
||||||
if( startflag == FALSE) {
|
if( (startflag == FALSE) && (startup( "") != TRUE))
|
||||||
if( startup( "") != TRUE)
|
mloutstr( "Default startup failed!") ;
|
||||||
mloutstr( "Default startup failed!") ;
|
|
||||||
|
|
||||||
startflag = TRUE ;
|
|
||||||
}
|
|
||||||
|
|
||||||
discmd = TRUE; /* P.K. */
|
discmd = TRUE; /* P.K. */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user