Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4245386
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T03:50:01+00:00 2026-05-21T03:50:01+00:00

Sometimes you have a class that is designed to be inherited, but not all

  • 0

Sometimes you have a class that is designed to be inherited, but not all its functions are expected to be used all the time. Therefore, to make for more readable and easier to maintain derived classes, the inheritable functions are defined, but are empty (instead of being pure virtual). An example from RakNet

    virtual void OnDirectSocketReceive(const char *data, const BitSize_t bitsUsed, SystemAddress remoteSystemAddress) {(void) data; (void) bitsUsed; (void) remoteSystemAddress;}

Now in most cases the function has some arguments and on Level 4 warnings, it gives the warning the function arguments were not used. I am currently following RakNet’s example above and doing nothing with the data. Is that the standard/common way of getting rid of the warning? Can this design be avoided altogether? Any general thoughts/insight/suggestions?

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T03:50:02+00:00Added an answer on May 21, 2026 at 3:50 am

    Another way is to not name the parameters. That shows that the function has no intention to use them:

    virtual void OnDirectSocketReceive(const char* /*data*/, const BitSize_t /*bitsUsed*/, SystemAddress /*remoteSystemAddress*/)
    { }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a class that sometimes is not necessary to load fully. Can I
I have a class that knows its existing instances. Sometimes I want the class
I have a class that communicates with a server (let's call it 'Downloader'). Sometimes,
I have a class that handles all of my session variables in my asp.net
I have a template class that can (and sometimes has to) take a const
I have a class that has a UIView as a property. Sometimes I pass
I see on sites that they sometimes have a statistic showing how many views
Sometimes I have to check for some condition that doesn't change inside a loop,
Sometimes I have to write code that alternates between doing things and checking for
I have noticed that sometimes people have to use multiple versions of jQuery in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.