Fixed many compiler warnings related to print being disabled
This commit is contained in:
parent
c940e87235
commit
d5b72e7bde
8 changed files with 50 additions and 45 deletions
|
@ -27,11 +27,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "action_util.h"
|
||||
#include "action.h"
|
||||
|
||||
#ifdef DEBUG_ACTION
|
||||
//#ifdef DEBUG_ACTION
|
||||
#include "debug.h"
|
||||
#else
|
||||
#include "nodebug.h"
|
||||
#endif
|
||||
//#else
|
||||
//#include "nodebug.h"
|
||||
//#endif
|
||||
|
||||
|
||||
void action_exec(keyevent_t event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue